#B09AFA

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

Shades of Biloba Flower #B09AFA

Tints of Biloba Flower #B09AFA

Color information

#B09AFA (or 0xB09AFA) is unknown color: approx Biloba Flower. HEX triplet: B0, 9A and FA. RGB value is (176,154,250). Sum of RGB (Red+Green+Blue) = 176+154+250=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #B09AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09AFA is #4F6505. Grayscale: #ABABAB. Windows color (decimal): -5203206 or 16423600. OLE color: 16423600.

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

Color convert

RGB176154250-
CMYK0.300.3800.02
HSL253.75º90.57%79.22%-
HSV(B)253.75º38.4%98.04%-
XYZ46.7239.2495.56-
YUV171.52172.29131.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.34%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=30.34%
G=26.55%
B=43.10%

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
Decimal1761542500.300.3800.02253.7590.5779.22
HexB09AFA1E2602fe5b4f
Octal260232372364602376133117
Binary101100001001101011111010111101001100101111111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AFA; }

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

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

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

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

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

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

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

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