Shades of Royal Heath #B23D73
Tints of Royal Heath #B23D73
RGB
CMYK
RGB Variations
Color information
#B23D73 (or 0xB23D73) is known color: Royal Heath. HEX triplet: B2, 3D and 73. RGB value is (178,61,115). Sum of RGB (Red+Green+Blue) = 178+61+115=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D73 is #4DC28C. Grayscale: #666666. Windows color (decimal): -5096077 or 7552434. OLE color: 7552434.
HSL color Cylindrical-coordinate representation of color #B23D73: hue angle of 332.31º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23D73 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 115 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.30 |
| HSL | 332.31º | 0.49% | 0.47% | - |
| HSV(B) | 332.31º | 0.66% | 0.7% | - |
| XYZ | 23.12 | 14.04 | 17.71 | - |
| YUV | 102.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 115 | 0 | 0.66 | 0.35 | 0.30 | 332.31 | 0.49 | 0.47 |
| Hex | B2 | 3D | 73 | 0 | 42 | 23 | 1E | 14C | 31 | 2F |
| Octal | 262 | 75 | 163 | 0 | 102 | 43 | 36 | 514 | 61 | 57 |
| Binary | 10110010 | 111101 | 1110011 | 0 | 1000010 | 100011 | 11110 | 101001100 | 110001 | 101111 |
Color Harmonies of #B23D73
Complementary color
Monochromatic Colors of #B23D73
Black with #B23D73
Text Example
Text Example
White with #B23D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D73; }
p { color: rgb(178,61,115); }
H1.HeaderClassName
{
color: #B23D73;
}
.AnyTagClassName
{
color: #B23D73;
}
</style>
background-color css
<style>
a { background-color: #B23D73; }
a { background-color: rgb(178,61,115); }
div.DivClassName
{
background-color: #B23D73;
}
.BgClassName
{
background-color: #B23D73;
}
</style>
border-color css
<style>
span { border-color: #B23D73; }
span { border-color: rgb(178,61,115); }
td.TdClassName
{
border-color: #B23D73;
}
.TagClassName
{
border-color: #B23D73;
}
</style>