#B19ADD

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

Shades of Biloba Flower #B19ADD

Tints of Biloba Flower #B19ADD

Color information

#B19ADD (or 0xB19ADD) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and DD. RGB value is (177,154,221). Sum of RGB (Red+Green+Blue) = 177+154+221=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #B19ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ADD is #4E6522. Grayscale: #A8A8A8. Windows color (decimal): -5137699 or 14523057. OLE color: 14523057.

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

Color convert

RGB177154221-
CMYK0.200.3000.13
HSL260.6º49.63%73.53%-
HSV(B)260.6º30.32%86.67%-
XYZ42.7437.6873.43-
YUV168.52157.62134.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=32.07%
G=27.90%
B=40.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771542210.200.3000.13260.649.6373.53
HexB19ADD141E0D105324a
Octal261232335243601540562112
Binary1011000110011010110111011010011110011011000001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19ADD; }

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

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

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

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

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

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

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

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