#B199FA

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

Shades of Biloba Flower #B199FA

Tints of Biloba Flower #B199FA

Color information

#B199FA (or 0xB199FA) is unknown color: approx Biloba Flower. HEX triplet: B1, 99 and FA. RGB value is (177,153,250). Sum of RGB (Red+Green+Blue) = 177+153+250=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 153 (60.16% from 255 or 26.38% 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 #B199FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199FA is #4E6605. Grayscale: #AAAAAA. Windows color (decimal): -5137926 or 16423345. OLE color: 16423345.

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

Color convert

RGB177153250-
CMYK0.290.3900.02
HSL254.85º90.65%79.02%-
HSV(B)254.85º38.8%98.04%-
XYZ46.7839.0395.51-
YUV171.23172.45132.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.52%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=30.52%
G=26.38%
B=43.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771532500.290.3900.02254.8590.6579.02
HexB199FA1D2702ff5b4f
Octal261231372354702377133117
Binary101100011001100111111010111011001110101111111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199FA; }

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

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

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

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

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

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

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

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