Shades of Royal Heath #B3457E
Tints of Royal Heath #B3457E
RGB
CMYK
RGB Variations
Color information
#B3457E (or 0xB3457E) is known color: Royal Heath. HEX triplet: B3, 45 and 7E. RGB value is (179,69,126). Sum of RGB (Red+Green+Blue) = 179+69+126=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3457E is #4CBA81. Grayscale: #6C6C6C. Windows color (decimal): -5028482 or 8275379. OLE color: 8275379.
HSL color Cylindrical-coordinate representation of color #B3457E: hue angle of 328.91º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3457E is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 126 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.30 |
| HSL | 328.91º | 0.44% | 0.49% | - |
| HSV(B) | 328.91º | 0.61% | 0.7% | - |
| XYZ | 24.48 | 15.35 | 21.41 | - |
| YUV | 108.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 126 | 0 | 0.61 | 0.30 | 0.30 | 328.91 | 0.44 | 0.49 |
| Hex | B3 | 45 | 7E | 0 | 3D | 1E | 1E | 149 | 2C | 31 |
| Octal | 263 | 105 | 176 | 0 | 75 | 36 | 36 | 511 | 54 | 61 |
| Binary | 10110011 | 1000101 | 1111110 | 0 | 111101 | 11110 | 11110 | 101001001 | 101100 | 110001 |
Color Harmonies of #B3457E
Complementary color
Monochromatic Colors of #B3457E
Black with #B3457E
Text Example
Text Example
White with #B3457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3457E; }
p { color: rgb(179,69,126); }
H1.HeaderClassName
{
color: #B3457E;
}
.AnyTagClassName
{
color: #B3457E;
}
</style>
background-color css
<style>
a { background-color: #B3457E; }
a { background-color: rgb(179,69,126); }
div.DivClassName
{
background-color: #B3457E;
}
.BgClassName
{
background-color: #B3457E;
}
</style>
border-color css
<style>
span { border-color: #B3457E; }
span { border-color: rgb(179,69,126); }
td.TdClassName
{
border-color: #B3457E;
}
.TagClassName
{
border-color: #B3457E;
}
</style>