#B19AFA

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

Shades of Biloba Flower #B19AFA

Tints of Biloba Flower #B19AFA

Color information

#B19AFA (or 0xB19AFA) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and FA. RGB value is (177,154,250). Sum of RGB (Red+Green+Blue) = 177+154+250=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #B19AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AFA is #4E6505. Grayscale: #ABABAB. Windows color (decimal): -5137670 or 16423601. OLE color: 16423601.

HSL color Cylindrical-coordinate representation of color #B19AFA: hue angle of 254.38º 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 #B19AFA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177154250-
CMYK0.290.3800.02
HSL254.38º90.57%79.22%-
HSV(B)254.38º38.4%98.04%-
XYZ46.9439.3695.57-
YUV171.82172.12131.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.46%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=30.46%
G=26.51%
B=43.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771542500.290.3800.02254.3890.5779.22
HexB19AFA1D2602fe5b4f
Octal261232372354602376133117
Binary101100011001101011111010111011001100101111111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AFA; }

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

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

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

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

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

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

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

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