#B199DD

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

Shades of Biloba Flower #B199DD

Tints of Biloba Flower #B199DD

Color information

#B199DD (or 0xB199DD) is unknown color: approx Biloba Flower. HEX triplet: B1, 99 and DD. RGB value is (177,153,221). Sum of RGB (Red+Green+Blue) = 177+153+221=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #B199DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199DD is #4E6622. Grayscale: #A7A7A7. Windows color (decimal): -5137955 or 14522801. OLE color: 14522801.

HSL color Cylindrical-coordinate representation of color #B199DD: hue angle of 261.18º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B199DD is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177153221-
CMYK0.200.3100.13
HSL261.18º50%73.33%-
HSV(B)261.18º30.77%86.67%-
XYZ42.5737.3573.37-
YUV167.93157.95134.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.12%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=32.12%
G=27.77%
B=40.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771532210.200.3100.13261.185073.33
HexB199DD141F0D1053249
Octal261231335243701540562111
Binary1011000110011001110111011010011111011011000001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199DD; }

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

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

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

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

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

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

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

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