Shades of Royal Heath #BD4178
Tints of Royal Heath #BD4178
RGB
CMYK
RGB Variations
Color information
#BD4178 (or 0xBD4178) is known color: Royal Heath. HEX triplet: BD, 41 and 78. RGB value is (189,65,120). Sum of RGB (Red+Green+Blue) = 189+65+120=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4178 is #42BE87. Grayscale: #6C6C6C. Windows color (decimal): -4374152 or 7881149. OLE color: 7881149.
HSL color Cylindrical-coordinate representation of color #BD4178: hue angle of 333.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4178 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 120 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.26 |
| HSL | 333.39º | 0.49% | 0.5% | - |
| HSV(B) | 333.39º | 0.66% | 0.74% | - |
| XYZ | 26.27 | 15.96 | 19.46 | - |
| YUV | 108.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 120 | 0 | 0.66 | 0.37 | 0.26 | 333.39 | 0.49 | 0.5 |
| Hex | BD | 41 | 78 | 0 | 42 | 25 | 1A | 14D | 31 | 32 |
| Octal | 275 | 101 | 170 | 0 | 102 | 45 | 32 | 515 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1111000 | 0 | 1000010 | 100101 | 11010 | 101001101 | 110001 | 110010 |
Color Harmonies of #BD4178
Complementary color
Monochromatic Colors of #BD4178
Black with #BD4178
Text Example
Text Example
White with #BD4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4178; }
p { color: rgb(189,65,120); }
H1.HeaderClassName
{
color: #BD4178;
}
.AnyTagClassName
{
color: #BD4178;
}
</style>
background-color css
<style>
a { background-color: #BD4178; }
a { background-color: rgb(189,65,120); }
div.DivClassName
{
background-color: #BD4178;
}
.BgClassName
{
background-color: #BD4178;
}
</style>
border-color css
<style>
span { border-color: #BD4178; }
span { border-color: rgb(189,65,120); }
td.TdClassName
{
border-color: #BD4178;
}
.TagClassName
{
border-color: #BD4178;
}
</style>