Html Css Color HEX #B095F6 Biloba Flower

📋 copy color: '#B095F6'

red 176 ◦ green 149 ◦ blue 246

#B095F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B095F6

Tints of Biloba Flower #B095F6

RGB

 RED value IS 176 (69.14% from 255) = 30.82%

 GREEN value IS 149 (58.59% from 255) = 26.09%

 BLUE value IS 246 (96.48% from 255) = 43.08%

R = 30.82%
G = 26.09%
B = 43.08%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B095F6 (or 0xB095F6) is known color: Biloba Flower. HEX triplet: B0, 95 and F6. RGB value is (176,149,246). Sum of RGB (Red+Green+Blue) = 176+149+246=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #B095F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095F6 is #4F6A09. Grayscale: #A7A7A7. Windows color (decimal): -5204490 or 16160176. OLE color: 16160176.

HSL color Cylindrical-coordinate representation of color #B095F6: hue angle of 256.7º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B095F6 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 149 246 -
CMYK 0.28 0.39 0 0.04
HSL 256.7º 0.84% 0.77% -
HSV(B) 256.7º 0.39% 0.96% -
XYZ 45.29 37.38 92.02 -
YUV 168.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 176 149 246 0.28 0.39 0 0.04 256.7 0.84 0.77
Hex B0 95 F6 1C 27 0 4 101 54 4D
Octal 260 225 366 34 47 0 4 401 124 115
Binary 10110000 10010101 11110110 11100 100111 0 100 100000001 1010100 1001101

Color Harmonies of #B095F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095F6

Black with #B095F6

Text Example


Text Example

White with #B095F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095F6; }

 p { color: rgb(176,149,246); }

 H1.HeaderClassName
 {
   color: #B095F6;
 }
 .AnyTagClassName
 {
   color: #B095F6;
 }
</style>

background-color css

<style>
 a { background-color: #B095F6; }

 a { background-color: rgb(176,149,246); }

 div.DivClassName
 {
   background-color: #B095F6;
 }
 .BgClassName
 {
   background-color: #B095F6;
 }
</style>

border-color css

<style>
 span { border-color: #B095F6; }

 span { border-color: rgb(176,149,246); }

 td.TdClassName
 {
   border-color: #B095F6;
 }
 .TagClassName
 {
   border-color: #B095F6;
 }
</style>