Shades of Royal Heath #B93F7B
Tints of Royal Heath #B93F7B
RGB
CMYK
RGB Variations
Color information
#B93F7B (or 0xB93F7B) is known color: Royal Heath. HEX triplet: B9, 3F and 7B. RGB value is (185,63,123). Sum of RGB (Red+Green+Blue) = 185+63+123=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F7B is #46C084. Grayscale: #6A6A6A. Windows color (decimal): -4636805 or 8077241. OLE color: 8077241.
HSL color Cylindrical-coordinate representation of color #B93F7B: hue angle of 330.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F7B is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 123 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.27 |
| HSL | 330.49º | 0.49% | 0.49% | - |
| HSV(B) | 330.49º | 0.66% | 0.73% | - |
| XYZ | 25.36 | 15.3 | 20.36 | - |
| YUV | 106.32 | 137.42 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 123 | 0 | 0.66 | 0.34 | 0.27 | 330.49 | 0.49 | 0.49 |
| Hex | B9 | 3F | 7B | 0 | 42 | 22 | 1B | 14A | 31 | 31 |
| Octal | 271 | 77 | 173 | 0 | 102 | 42 | 33 | 512 | 61 | 61 |
| Binary | 10111001 | 111111 | 1111011 | 0 | 1000010 | 100010 | 11011 | 101001010 | 110001 | 110001 |
Color Harmonies of #B93F7B
Complementary color
Monochromatic Colors of #B93F7B
Black with #B93F7B
Text Example
Text Example
White with #B93F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F7B; }
p { color: rgb(185,63,123); }
H1.HeaderClassName
{
color: #B93F7B;
}
.AnyTagClassName
{
color: #B93F7B;
}
</style>
background-color css
<style>
a { background-color: #B93F7B; }
a { background-color: rgb(185,63,123); }
div.DivClassName
{
background-color: #B93F7B;
}
.BgClassName
{
background-color: #B93F7B;
}
</style>
border-color css
<style>
span { border-color: #B93F7B; }
span { border-color: rgb(185,63,123); }
td.TdClassName
{
border-color: #B93F7B;
}
.TagClassName
{
border-color: #B93F7B;
}
</style>