#B09FE4

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

Shades of Biloba Flower #B09FE4

Tints of Biloba Flower #B09FE4

Color information

#B09FE4 (or 0xB09FE4) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and E4. RGB value is (176,159,228). Sum of RGB (Red+Green+Blue) = 176+159+228=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #B09FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FE4 is #4F601B. Grayscale: #ABABAB. Windows color (decimal): -5201948 or 14983088. OLE color: 14983088.

HSL color Cylindrical-coordinate representation of color #B09FE4: hue angle of 254.78º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09FE4 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB176159228-
CMYK0.230.3000.11
HSL254.78º56.1%75.88%-
HSV(B)254.78º30.26%89.41%-
XYZ44.3139.6378.71-
YUV171.95159.63130.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 228 (89.45% from 255) = 40.50%
R=31.26%
G=28.24%
B=40.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1761592280.230.3000.11254.7856.175.88
HexB09FE4171E0Bff384c
Octal260237344273601337770114
Binary101100001001111111100100101111111001011111111111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FE4; }

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

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

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

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

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

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

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

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