#B09AFF

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

Shades of Biloba Flower #B09AFF

Tints of Biloba Flower #B09AFF

Color information

#B09AFF (or 0xB09AFF) is unknown color: approx Biloba Flower. HEX triplet: B0, 9A and FF. RGB value is (176,154,255). Sum of RGB (Red+Green+Blue) = 176+154+255=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #B09AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09AFF is #4F6500. Grayscale: #ABABAB. Windows color (decimal): -5203201 or 16751280. OLE color: 16751280.

HSL color Cylindrical-coordinate representation of color #B09AFF: hue angle of 253.07º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B09AFF is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176154255-
CMYK0.310.4000
HSL253.07º100%80.2%-
HSV(B)253.07º39.61%100%-
XYZ47.5139.5699.74-
YUV172.09174.79130.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.09%
GREEN value IS 154 (60.55% from 255) = 26.32%
BLUE value IS 255 (100% from 255) = 43.59%
R=30.09%
G=26.32%
B=43.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761542550.310.4000253.0710080.2
HexB09AFF1F2800fd6450
Octal260232377375000375144120
Binary10110000100110101111111111111101000001111110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AFF; }

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

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

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

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

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

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

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

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