Shades of Royal Heath #BE417B
Tints of Royal Heath #BE417B
RGB
CMYK
RGB Variations
Color information
#BE417B (or 0xBE417B) is known color: Royal Heath. HEX triplet: BE, 41 and 7B. RGB value is (190,65,123). Sum of RGB (Red+Green+Blue) = 190+65+123=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE417B is #41BE84. Grayscale: #6C6C6C. Windows color (decimal): -4308613 or 8077758. OLE color: 8077758.
HSL color Cylindrical-coordinate representation of color #BE417B: hue angle of 332.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE417B is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 123 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.25 |
| HSL | 332.16º | 0.49% | 0.5% | - |
| HSV(B) | 332.16º | 0.66% | 0.75% | - |
| XYZ | 26.7 | 16.16 | 20.45 | - |
| YUV | 108.99 | 135.91 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 123 | 0 | 0.66 | 0.35 | 0.25 | 332.16 | 0.49 | 0.5 |
| Hex | BE | 41 | 7B | 0 | 42 | 23 | 19 | 14C | 31 | 32 |
| Octal | 276 | 101 | 173 | 0 | 102 | 43 | 31 | 514 | 61 | 62 |
| Binary | 10111110 | 1000001 | 1111011 | 0 | 1000010 | 100011 | 11001 | 101001100 | 110001 | 110010 |
Color Harmonies of #BE417B
Complementary color
Monochromatic Colors of #BE417B
Black with #BE417B
Text Example
Text Example
White with #BE417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE417B; }
p { color: rgb(190,65,123); }
H1.HeaderClassName
{
color: #BE417B;
}
.AnyTagClassName
{
color: #BE417B;
}
</style>
background-color css
<style>
a { background-color: #BE417B; }
a { background-color: rgb(190,65,123); }
div.DivClassName
{
background-color: #BE417B;
}
.BgClassName
{
background-color: #BE417B;
}
</style>
border-color css
<style>
span { border-color: #BE417B; }
span { border-color: rgb(190,65,123); }
td.TdClassName
{
border-color: #BE417B;
}
.TagClassName
{
border-color: #BE417B;
}
</style>