#B09CFB

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

Shades of Biloba Flower #B09CFB

Tints of Biloba Flower #B09CFB

Color information

#B09CFB (or 0xB09CFB) is unknown color: approx Biloba Flower. HEX triplet: B0, 9C and FB. RGB value is (176,156,251). Sum of RGB (Red+Green+Blue) = 176+156+251=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #B09CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09CFB is #4F6304. Grayscale: #ACACAC. Windows color (decimal): -5202693 or 16489648. OLE color: 16489648.

HSL color Cylindrical-coordinate representation of color #B09CFB: hue angle of 252.63º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B09CFB is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176156251-
CMYK0.300.3800.02
HSL252.63º92.23%79.8%-
HSV(B)252.63º37.85%98.43%-
XYZ47.2139.9796.49-
YUV172.81172.13130.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=30.19%
G=26.76%
B=43.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761562510.300.3800.02252.6392.2379.8
HexB09CFB1E2602fd5c50
Octal260234373364602375134120
Binary101100001001110011111011111101001100101111110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CFB; }

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

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

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

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

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

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

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

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