Html Css Color HEX #B09CF2 Biloba Flower

📋 copy color: '#B09CF2'

red 176 ◦ green 156 ◦ blue 242

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

Shades of Biloba Flower #B09CF2

Tints of Biloba Flower #B09CF2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.18%

 BLUE value IS 242 (94.92% from 255) = 42.16%

R = 30.66%
G = 27.18%
B = 42.16%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B09CF2 (or 0xB09CF2) is known color: Biloba Flower. HEX triplet: B0, 9C and F2. RGB value is (176,156,242). Sum of RGB (Red+Green+Blue) = 176+156+242=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #B09CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09CF2 is #4F630D. Grayscale: #ABABAB. Windows color (decimal): -5202702 or 15899824. OLE color: 15899824.

HSL color Cylindrical-coordinate representation of color #B09CF2: hue angle of 253.95º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B09CF2 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 156 242 -
CMYK 0.27 0.36 0 0.05
HSL 253.95º 0.77% 0.78% -
HSV(B) 253.95º 0.36% 0.95% -
XYZ 45.82 39.42 89.2 -
YUV 171.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 176 156 242 0.27 0.36 0 0.05 253.95 0.77 0.78
Hex B0 9C F2 1B 24 0 5 FE 4D 4E
Octal 260 234 362 33 44 0 5 376 115 116
Binary 10110000 10011100 11110010 11011 100100 0 101 11111110 1001101 1001110

Color Harmonies of #B09CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CF2

Black with #B09CF2

Text Example


Text Example

White with #B09CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CF2; }

 p { color: rgb(176,156,242); }

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

background-color css

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

 a { background-color: rgb(176,156,242); }

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

border-color css

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

 span { border-color: rgb(176,156,242); }

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