Shades of Royal Heath #B33F7B
Tints of Royal Heath #B33F7B
RGB
CMYK
RGB Variations
Color information
#B33F7B (or 0xB33F7B) is known color: Royal Heath. HEX triplet: B3, 3F and 7B. RGB value is (179,63,123). Sum of RGB (Red+Green+Blue) = 179+63+123=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33F7B is #4CC084. Grayscale: #686868. Windows color (decimal): -5030021 or 8077235. OLE color: 8077235.
HSL color Cylindrical-coordinate representation of color #B33F7B: hue angle of 328.97º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33F7B is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 123 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.30 |
| HSL | 328.97º | 0.48% | 0.47% | - |
| HSV(B) | 328.97º | 0.65% | 0.7% | - |
| XYZ | 23.94 | 14.57 | 20.29 | - |
| YUV | 104.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 123 | 0 | 0.65 | 0.31 | 0.30 | 328.97 | 0.48 | 0.47 |
| Hex | B3 | 3F | 7B | 0 | 41 | 1F | 1E | 149 | 30 | 2F |
| Octal | 263 | 77 | 173 | 0 | 101 | 37 | 36 | 511 | 60 | 57 |
| Binary | 10110011 | 111111 | 1111011 | 0 | 1000001 | 11111 | 11110 | 101001001 | 110000 | 101111 |
Color Harmonies of #B33F7B
Complementary color
Monochromatic Colors of #B33F7B
Black with #B33F7B
Text Example
Text Example
White with #B33F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F7B; }
p { color: rgb(179,63,123); }
H1.HeaderClassName
{
color: #B33F7B;
}
.AnyTagClassName
{
color: #B33F7B;
}
</style>
background-color css
<style>
a { background-color: #B33F7B; }
a { background-color: rgb(179,63,123); }
div.DivClassName
{
background-color: #B33F7B;
}
.BgClassName
{
background-color: #B33F7B;
}
</style>
border-color css
<style>
span { border-color: #B33F7B; }
span { border-color: rgb(179,63,123); }
td.TdClassName
{
border-color: #B33F7B;
}
.TagClassName
{
border-color: #B33F7B;
}
</style>