Shades of Royal Heath #B23F78
Tints of Royal Heath #B23F78
RGB
CMYK
RGB Variations
Color information
#B23F78 (or 0xB23F78) is known color: Royal Heath. HEX triplet: B2, 3F and 78. RGB value is (178,63,120). Sum of RGB (Red+Green+Blue) = 178+63+120=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F78 is #4DC087. Grayscale: #676767. Windows color (decimal): -5095560 or 7880626. OLE color: 7880626.
HSL color Cylindrical-coordinate representation of color #B23F78: hue angle of 330.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23F78 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 120 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.30 |
| HSL | 330.26º | 0.48% | 0.47% | - |
| HSV(B) | 330.26º | 0.65% | 0.7% | - |
| XYZ | 23.53 | 14.38 | 19.3 | - |
| YUV | 103.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 120 | 0 | 0.65 | 0.33 | 0.30 | 330.26 | 0.48 | 0.47 |
| Hex | B2 | 3F | 78 | 0 | 41 | 21 | 1E | 14A | 30 | 2F |
| Octal | 262 | 77 | 170 | 0 | 101 | 41 | 36 | 512 | 60 | 57 |
| Binary | 10110010 | 111111 | 1111000 | 0 | 1000001 | 100001 | 11110 | 101001010 | 110000 | 101111 |
Color Harmonies of #B23F78
Complementary color
Monochromatic Colors of #B23F78
Black with #B23F78
Text Example
Text Example
White with #B23F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23F78; }
p { color: rgb(178,63,120); }
H1.HeaderClassName
{
color: #B23F78;
}
.AnyTagClassName
{
color: #B23F78;
}
</style>
background-color css
<style>
a { background-color: #B23F78; }
a { background-color: rgb(178,63,120); }
div.DivClassName
{
background-color: #B23F78;
}
.BgClassName
{
background-color: #B23F78;
}
</style>
border-color css
<style>
span { border-color: #B23F78; }
span { border-color: rgb(178,63,120); }
td.TdClassName
{
border-color: #B23F78;
}
.TagClassName
{
border-color: #B23F78;
}
</style>