#B09DFA

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

Shades of Biloba Flower #B09DFA

Tints of Biloba Flower #B09DFA

Color information

#B09DFA (or 0xB09DFA) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and FA. RGB value is (176,157,250). Sum of RGB (Red+Green+Blue) = 176+157+250=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #B09DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09DFA is #4F6205. Grayscale: #ACACAC. Windows color (decimal): -5202438 or 16424368. OLE color: 16424368.

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

Color convert

RGB176157250-
CMYK0.300.3700.02
HSL252.26º90.29%79.8%-
HSV(B)252.26º37.2%98.04%-
XYZ47.2240.2595.72-
YUV173.28171.29129.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 157 (61.72% from 255) = 26.93%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=30.19%
G=26.93%
B=42.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761572500.300.3700.02252.2690.2979.8
HexB09DFA1E2502fc5a50
Octal260235372364502374132120
Binary101100001001110111111010111101001010101111110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DFA; }

 p { color: rgb(176,157,250); }

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

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

 a { background-color: rgb(176,157,250); }

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

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

 span { border-color: rgb(176,157,250); }

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