Shades of Royal Heath #B05682
Tints of Royal Heath #B05682
RGB
CMYK
RGB Variations
Color information
#B05682 (or 0xB05682) is known color: Royal Heath. HEX triplet: B0, 56 and 82. RGB value is (176,86,130). Sum of RGB (Red+Green+Blue) = 176+86+130=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B05682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05682 is #4FA97D. Grayscale: #757575. Windows color (decimal): -5220734 or 8541872. OLE color: 8541872.
HSL color Cylindrical-coordinate representation of color #B05682: hue angle of 330.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05682 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 86 | 130 | - |
CMYK | 0 | 0.51 | 0.26 | 0.31 |
HSL | 330.67º | 0.36% | 0.51% | - |
HSV(B) | 330.67º | 0.51% | 0.69% | - |
XYZ | 25.26 | 17.5 | 23.17 | - |
YUV | 117.93 | 134.82 | 169.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 86 | 130 | 0 | 0.51 | 0.26 | 0.31 | 330.67 | 0.36 | 0.51 |
Hex | B0 | 56 | 82 | 0 | 33 | 1A | 1F | 14B | 24 | 33 |
Octal | 260 | 126 | 202 | 0 | 63 | 32 | 37 | 513 | 44 | 63 |
Binary | 10110000 | 1010110 | 10000010 | 0 | 110011 | 11010 | 11111 | 101001011 | 100100 | 110011 |
Color Harmonies of #B05682
Complementary color
Monochromatic Colors of #B05682
Black with #B05682
Text Example
Text Example
White with #B05682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05682; }
p { color: rgb(176,86,130); }
H1.HeaderClassName
{
color: #B05682;
}
.AnyTagClassName
{
color: #B05682;
}
</style>
background-color css
<style>
a { background-color: #B05682; }
a { background-color: rgb(176,86,130); }
div.DivClassName
{
background-color: #B05682;
}
.BgClassName
{
background-color: #B05682;
}
</style>
border-color css
<style>
span { border-color: #B05682; }
span { border-color: rgb(176,86,130); }
td.TdClassName
{
border-color: #B05682;
}
.TagClassName
{
border-color: #B05682;
}
</style>