#B09BF3

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

Shades of Biloba Flower #B09BF3

Tints of Biloba Flower #B09BF3

Color information

#B09BF3 (or 0xB09BF3) is unknown color: approx Biloba Flower. HEX triplet: B0, 9B and F3. RGB value is (176,155,243). Sum of RGB (Red+Green+Blue) = 176+155+243=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #B09BF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BF3 is #4F640C. Grayscale: #AAAAAA. Windows color (decimal): -5202957 or 15965104. OLE color: 15965104.

HSL color Cylindrical-coordinate representation of color #B09BF3: hue angle of 254.32º degrees, saturation: 0.79, 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 #B09BF3 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176155243-
CMYK0.280.3600.05
HSL254.32º78.57%78.04%-
HSV(B)254.32º36.21%95.29%-
XYZ45.839.1489.94-
YUV171.31168.46131.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 243 (95.31% from 255) = 42.33%
R=30.66%
G=27.00%
B=42.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761552430.280.3600.05254.3278.5778.04
HexB09BF31C2405fe4f4e
Octal260233363344405376117116
Binary1011000010011011111100111110010010001011111111010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BF3; }

 p { color: rgb(176,155,243); }

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

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

 a { background-color: rgb(176,155,243); }

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

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

 span { border-color: rgb(176,155,243); }

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