Shades of Dark Orchid #B823CC
Tints of Dark Orchid #B823CC
RGB
CMYK
RGB Variations
Color information
#B823CC (or 0xB823CC) is known color: Dark Orchid. HEX triplet: B8, 23 and CC. RGB value is (184,35,204). Sum of RGB (Red+Green+Blue) = 184+35+204=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #B823CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B823CC is #47DC33. Grayscale: #626262. Windows color (decimal): -4709428 or 13378488. OLE color: 13378488.
HSL color Cylindrical-coordinate representation of color #B823CC: hue angle of 292.9º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B823CC is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 35 | 204 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.2 |
| HSL | 292.9º | 0.71% | 0.47% | - |
| HSV(B) | 292.9º | 0.83% | 0.8% | - |
| XYZ | 31.27 | 15.75 | 58.52 | - |
| YUV | 98.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 204 | 0.10 | 0.83 | 0 | 0.2 | 292.9 | 0.71 | 0.47 |
| Hex | B8 | 23 | CC | A | 53 | 0 | 14 | 125 | 47 | 2F |
| Octal | 270 | 43 | 314 | 12 | 123 | 0 | 24 | 445 | 107 | 57 |
| Binary | 10111000 | 100011 | 11001100 | 1010 | 1010011 | 0 | 10100 | 100100101 | 1000111 | 101111 |
Color Harmonies of #B823CC
Complementary color
Monochromatic Colors of #B823CC
Black with #B823CC
Text Example
Text Example
White with #B823CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B823CC; }
p { color: rgb(184,35,204); }
H1.HeaderClassName
{
color: #B823CC;
}
.AnyTagClassName
{
color: #B823CC;
}
</style>
background-color css
<style>
a { background-color: #B823CC; }
a { background-color: rgb(184,35,204); }
div.DivClassName
{
background-color: #B823CC;
}
.BgClassName
{
background-color: #B823CC;
}
</style>
border-color css
<style>
span { border-color: #B823CC; }
span { border-color: rgb(184,35,204); }
td.TdClassName
{
border-color: #B823CC;
}
.TagClassName
{
border-color: #B823CC;
}
</style>