Html Css Color HEX #B09CFF Biloba Flower

📋 copy color: '#B09CFF'

red 176 ◦ green 156 ◦ blue 255

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

Shades of Biloba Flower #B09CFF

Tints of Biloba Flower #B09CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.44%

R = 29.98%
G = 26.58%
B = 43.44%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B09CFF (or 0xB09CFF) is known color: Biloba Flower. HEX triplet: B0, 9C and FF. RGB value is (176,156,255). Sum of RGB (Red+Green+Blue) = 176+156+255=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #B09CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09CFF is #4F6300. Grayscale: #ACACAC. Windows color (decimal): -5202689 or 16751792. OLE color: 16751792.

HSL color Cylindrical-coordinate representation of color #B09CFF: hue angle of 252.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B09CFF is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 156 255 -
CMYK 0.31 0.39 0 0
HSL 252.12º 1% 0.81% -
HSV(B) 252.12º 0.39% 1% -
XYZ 47.84 40.23 99.85 -
YUV 173.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 176 156 255 0.31 0.39 0 0 252.12 1 0.81
Hex B0 9C FF 1F 27 0 0 FC 64 51
Octal 260 234 377 37 47 0 0 374 144 121
Binary 10110000 10011100 11111111 11111 100111 0 0 11111100 1100100 1010001

Color Harmonies of #B09CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CFF

Black with #B09CFF

Text Example


Text Example

White with #B09CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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