Shades of Dark Orchid #B824CC
Tints of Dark Orchid #B824CC
RGB
CMYK
RGB Variations
Color information
#B824CC (or 0xB824CC) is known color: Dark Orchid. HEX triplet: B8, 24 and CC. RGB value is (184,36,204). Sum of RGB (Red+Green+Blue) = 184+36+204=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #B824CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824CC is #47DB33. Grayscale: #626262. Windows color (decimal): -4709172 or 13378744. OLE color: 13378744.
HSL color Cylindrical-coordinate representation of color #B824CC: hue angle of 292.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B824CC is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 36 | 204 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.2 |
| HSL | 292.86º | 0.7% | 0.47% | - |
| HSV(B) | 292.86º | 0.82% | 0.8% | - |
| XYZ | 31.3 | 15.81 | 58.53 | - |
| YUV | 99.4 | 187.03 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 204 | 0.10 | 0.82 | 0 | 0.2 | 292.86 | 0.7 | 0.47 |
| Hex | B8 | 24 | CC | A | 52 | 0 | 14 | 125 | 46 | 2F |
| Octal | 270 | 44 | 314 | 12 | 122 | 0 | 24 | 445 | 106 | 57 |
| Binary | 10111000 | 100100 | 11001100 | 1010 | 1010010 | 0 | 10100 | 100100101 | 1000110 | 101111 |
Color Harmonies of #B824CC
Complementary color
Monochromatic Colors of #B824CC
Black with #B824CC
Text Example
Text Example
White with #B824CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B824CC; }
p { color: rgb(184,36,204); }
H1.HeaderClassName
{
color: #B824CC;
}
.AnyTagClassName
{
color: #B824CC;
}
</style>
background-color css
<style>
a { background-color: #B824CC; }
a { background-color: rgb(184,36,204); }
div.DivClassName
{
background-color: #B824CC;
}
.BgClassName
{
background-color: #B824CC;
}
</style>
border-color css
<style>
span { border-color: #B824CC; }
span { border-color: rgb(184,36,204); }
td.TdClassName
{
border-color: #B824CC;
}
.TagClassName
{
border-color: #B824CC;
}
</style>