#B09FF6

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

Shades of Biloba Flower #B09FF6

Tints of Biloba Flower #B09FF6

Color information

#B09FF6 (or 0xB09FF6) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and F6. RGB value is (176,159,246). Sum of RGB (Red+Green+Blue) = 176+159+246=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #B09FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FF6 is #4F6009. Grayscale: #ADADAD. Windows color (decimal): -5201930 or 16162736. OLE color: 16162736.

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

Color convert

RGB176159246-
CMYK0.280.3500.04
HSL251.72º82.86%79.41%-
HSV(B)251.72º35.37%96.47%-
XYZ46.9440.6892.57-
YUV174168.63129.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 246 (96.48% from 255) = 42.34%
R=30.29%
G=27.37%
B=42.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761592460.280.3500.04251.7282.8679.41
HexB09FF61C2304fc534f
Octal260237366344304374123117
Binary1011000010011111111101101110010001101001111110010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FF6; }

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

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

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

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

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

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

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

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