Shades of Lily #B592A8
Tints of Lily #B592A8
RGB
CMYK
RGB Variations
Color information
#B592A8 (or 0xB592A8) is known color: Lily. HEX triplet: B5, 92 and A8. RGB value is (181,146,168). Sum of RGB (Red+Green+Blue) = 181+146+168=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B592A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B592A8 is #4A6D57. Grayscale: #9E9E9E. Windows color (decimal): -4877656 or 11047605. OLE color: 11047605.
HSL color Cylindrical-coordinate representation of color #B592A8: hue angle of 322.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B592A8 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 168 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.29 |
| HSL | 322.29º | 0.19% | 0.64% | - |
| HSV(B) | 322.29º | 0.19% | 0.71% | - |
| XYZ | 36.4 | 33.21 | 41.54 | - |
| YUV | 158.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 168 | 0 | 0.19 | 0.07 | 0.29 | 322.29 | 0.19 | 0.64 |
| Hex | B5 | 92 | A8 | 0 | 13 | 7 | 1D | 142 | 13 | 40 |
| Octal | 265 | 222 | 250 | 0 | 23 | 7 | 35 | 502 | 23 | 100 |
| Binary | 10110101 | 10010010 | 10101000 | 0 | 10011 | 111 | 11101 | 101000010 | 10011 | 1000000 |
Color Harmonies of #B592A8
Complementary color
Monochromatic Colors of #B592A8
Black with #B592A8
Text Example
Text Example
White with #B592A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B592A8; }
p { color: rgb(181,146,168); }
H1.HeaderClassName
{
color: #B592A8;
}
.AnyTagClassName
{
color: #B592A8;
}
</style>
background-color css
<style>
a { background-color: #B592A8; }
a { background-color: rgb(181,146,168); }
div.DivClassName
{
background-color: #B592A8;
}
.BgClassName
{
background-color: #B592A8;
}
</style>
border-color css
<style>
span { border-color: #B592A8; }
span { border-color: rgb(181,146,168); }
td.TdClassName
{
border-color: #B592A8;
}
.TagClassName
{
border-color: #B592A8;
}
</style>