Shades of Royal Heath #B63F7B
Tints of Royal Heath #B63F7B
RGB
CMYK
RGB Variations
Color information
#B63F7B (or 0xB63F7B) is known color: Royal Heath. HEX triplet: B6, 3F and 7B. RGB value is (182,63,123). Sum of RGB (Red+Green+Blue) = 182+63+123=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F7B is #49C084. Grayscale: #696969. Windows color (decimal): -4833413 or 8077238. OLE color: 8077238.
HSL color Cylindrical-coordinate representation of color #B63F7B: hue angle of 329.75º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F7B is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 123 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.29 |
| HSL | 329.75º | 0.49% | 0.48% | - |
| HSV(B) | 329.75º | 0.65% | 0.71% | - |
| XYZ | 24.64 | 14.93 | 20.32 | - |
| YUV | 105.42 | 137.92 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 123 | 0 | 0.65 | 0.32 | 0.29 | 329.75 | 0.49 | 0.48 |
| Hex | B6 | 3F | 7B | 0 | 41 | 20 | 1D | 14A | 31 | 30 |
| Octal | 266 | 77 | 173 | 0 | 101 | 40 | 35 | 512 | 61 | 60 |
| Binary | 10110110 | 111111 | 1111011 | 0 | 1000001 | 100000 | 11101 | 101001010 | 110001 | 110000 |
Color Harmonies of #B63F7B
Complementary color
Monochromatic Colors of #B63F7B
Black with #B63F7B
Text Example
Text Example
White with #B63F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F7B; }
p { color: rgb(182,63,123); }
H1.HeaderClassName
{
color: #B63F7B;
}
.AnyTagClassName
{
color: #B63F7B;
}
</style>
background-color css
<style>
a { background-color: #B63F7B; }
a { background-color: rgb(182,63,123); }
div.DivClassName
{
background-color: #B63F7B;
}
.BgClassName
{
background-color: #B63F7B;
}
</style>
border-color css
<style>
span { border-color: #B63F7B; }
span { border-color: rgb(182,63,123); }
td.TdClassName
{
border-color: #B63F7B;
}
.TagClassName
{
border-color: #B63F7B;
}
</style>