#B09AF6

Color #B09AF6 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B09AF6

Tints of Biloba Flower #B09AF6

Color information

#B09AF6 (or 0xB09AF6) is unknown color: approx Biloba Flower. HEX triplet: B0, 9A and F6. RGB value is (176,154,246). Sum of RGB (Red+Green+Blue) = 176+154+246=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #B09AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09AF6 is #4F6509. Grayscale: #AAAAAA. Windows color (decimal): -5203210 or 16161456. OLE color: 16161456.

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

Color convert

RGB176154246-
CMYK0.280.3700.04
HSL254.35º83.64%78.43%-
HSV(B)254.35º37.4%96.47%-
XYZ46.093992.29-
YUV171.07170.29131.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 246 (96.48% from 255) = 42.71%
R=30.56%
G=26.74%
B=42.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761542460.280.3700.04254.3583.6478.43
HexB09AF61C2504fe544e
Octal260232366344504376124116
Binary1011000010011010111101101110010010101001111111010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AF6; }

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

 H1.HeaderClassName
 {
   color: #B09AF6;
 }
 .AnyTagClassName
 {
   color: #B09AF6;
 }
</style>
background-color css

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

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

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

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

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

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