Shades of Royal Heath #B3417B
Tints of Royal Heath #B3417B
RGB
CMYK
RGB Variations
Color information
#B3417B (or 0xB3417B) is known color: Royal Heath. HEX triplet: B3, 41 and 7B. RGB value is (179,65,123). Sum of RGB (Red+Green+Blue) = 179+65+123=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B3417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3417B is #4CBE84. Grayscale: #696969. Windows color (decimal): -5029509 or 8077747. OLE color: 8077747.
HSL color Cylindrical-coordinate representation of color #B3417B: hue angle of 329.47º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3417B is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 123 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.30 |
| HSL | 329.47º | 0.47% | 0.48% | - |
| HSV(B) | 329.47º | 0.64% | 0.7% | - |
| XYZ | 24.06 | 14.79 | 20.33 | - |
| YUV | 105.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 123 | 0 | 0.64 | 0.31 | 0.30 | 329.47 | 0.47 | 0.48 |
| Hex | B3 | 41 | 7B | 0 | 40 | 1F | 1E | 149 | 2F | 30 |
| Octal | 263 | 101 | 173 | 0 | 100 | 37 | 36 | 511 | 57 | 60 |
| Binary | 10110011 | 1000001 | 1111011 | 0 | 1000000 | 11111 | 11110 | 101001001 | 101111 | 110000 |
Color Harmonies of #B3417B
Complementary color
Monochromatic Colors of #B3417B
Black with #B3417B
Text Example
Text Example
White with #B3417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3417B; }
p { color: rgb(179,65,123); }
H1.HeaderClassName
{
color: #B3417B;
}
.AnyTagClassName
{
color: #B3417B;
}
</style>
background-color css
<style>
a { background-color: #B3417B; }
a { background-color: rgb(179,65,123); }
div.DivClassName
{
background-color: #B3417B;
}
.BgClassName
{
background-color: #B3417B;
}
</style>
border-color css
<style>
span { border-color: #B3417B; }
span { border-color: rgb(179,65,123); }
td.TdClassName
{
border-color: #B3417B;
}
.TagClassName
{
border-color: #B3417B;
}
</style>