Shades of Royal Heath #B3457B
Tints of Royal Heath #B3457B
RGB
CMYK
RGB Variations
Color information
#B3457B (or 0xB3457B) is known color: Royal Heath. HEX triplet: B3, 45 and 7B. RGB value is (179,69,123). Sum of RGB (Red+Green+Blue) = 179+69+123=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3457B is #4CBA84. Grayscale: #6B6B6B. Windows color (decimal): -5028485 or 8078771. OLE color: 8078771.
HSL color Cylindrical-coordinate representation of color #B3457B: hue angle of 330.55º 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 #B3457B is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 123 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.30 |
| HSL | 330.55º | 0.44% | 0.49% | - |
| HSV(B) | 330.55º | 0.61% | 0.7% | - |
| XYZ | 24.29 | 15.27 | 20.41 | - |
| YUV | 108.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 123 | 0 | 0.61 | 0.31 | 0.30 | 330.55 | 0.44 | 0.49 |
| Hex | B3 | 45 | 7B | 0 | 3D | 1F | 1E | 14B | 2C | 31 |
| Octal | 263 | 105 | 173 | 0 | 75 | 37 | 36 | 513 | 54 | 61 |
| Binary | 10110011 | 1000101 | 1111011 | 0 | 111101 | 11111 | 11110 | 101001011 | 101100 | 110001 |
Color Harmonies of #B3457B
Complementary color
Monochromatic Colors of #B3457B
Black with #B3457B
Text Example
Text Example
White with #B3457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3457B; }
p { color: rgb(179,69,123); }
H1.HeaderClassName
{
color: #B3457B;
}
.AnyTagClassName
{
color: #B3457B;
}
</style>
background-color css
<style>
a { background-color: #B3457B; }
a { background-color: rgb(179,69,123); }
div.DivClassName
{
background-color: #B3457B;
}
.BgClassName
{
background-color: #B3457B;
}
</style>
border-color css
<style>
span { border-color: #B3457B; }
span { border-color: rgb(179,69,123); }
td.TdClassName
{
border-color: #B3457B;
}
.TagClassName
{
border-color: #B3457B;
}
</style>