#B199E5

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

Shades of Biloba Flower #B199E5

Tints of Biloba Flower #B199E5

Color information

#B199E5 (or 0xB199E5) is unknown color: approx Biloba Flower. HEX triplet: B1, 99 and E5. RGB value is (177,153,229). Sum of RGB (Red+Green+Blue) = 177+153+229=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #B199E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199E5 is #4E661A. Grayscale: #A8A8A8. Windows color (decimal): -5137947 or 15047089. OLE color: 15047089.

HSL color Cylindrical-coordinate representation of color #B199E5: hue angle of 258.95º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B199E5 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB177153229-
CMYK0.230.3300.10
HSL258.95º59.38%74.9%-
HSV(B)258.95º33.19%89.8%-
XYZ43.6737.7979.12-
YUV168.84161.95133.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 229 (89.84% from 255) = 40.97%
R=31.66%
G=27.37%
B=40.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771532290.230.3300.10258.9559.3874.9
HexB199E517210A1033b4b
Octal261231345274101240373113
Binary10110001100110011110010110111100001010101000000111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199E5; }

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

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

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

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

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

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

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

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