Shades of Dark Orchid #B223CC
Tints of Dark Orchid #B223CC
RGB
CMYK
RGB Variations
Color information
#B223CC (or 0xB223CC) is known color: Dark Orchid. HEX triplet: B2, 23 and CC. RGB value is (178,35,204). Sum of RGB (Red+Green+Blue) = 178+35+204=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #B223CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223CC is #4DDC33. Grayscale: #606060. Windows color (decimal): -5102644 or 13378482. OLE color: 13378482.
HSL color Cylindrical-coordinate representation of color #B223CC: hue angle of 290.77º 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 #B223CC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 35 | 204 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.2 |
| HSL | 290.77º | 0.71% | 0.47% | - |
| HSV(B) | 290.77º | 0.83% | 0.8% | - |
| XYZ | 29.86 | 15.03 | 58.45 | - |
| YUV | 97.02 | 188.38 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 204 | 0.13 | 0.83 | 0 | 0.2 | 290.77 | 0.71 | 0.47 |
| Hex | B2 | 23 | CC | D | 53 | 0 | 14 | 123 | 47 | 2F |
| Octal | 262 | 43 | 314 | 15 | 123 | 0 | 24 | 443 | 107 | 57 |
| Binary | 10110010 | 100011 | 11001100 | 1101 | 1010011 | 0 | 10100 | 100100011 | 1000111 | 101111 |
Color Harmonies of #B223CC
Complementary color
Monochromatic Colors of #B223CC
Black with #B223CC
Text Example
Text Example
White with #B223CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B223CC; }
p { color: rgb(178,35,204); }
H1.HeaderClassName
{
color: #B223CC;
}
.AnyTagClassName
{
color: #B223CC;
}
</style>
background-color css
<style>
a { background-color: #B223CC; }
a { background-color: rgb(178,35,204); }
div.DivClassName
{
background-color: #B223CC;
}
.BgClassName
{
background-color: #B223CC;
}
</style>
border-color css
<style>
span { border-color: #B223CC; }
span { border-color: rgb(178,35,204); }
td.TdClassName
{
border-color: #B223CC;
}
.TagClassName
{
border-color: #B223CC;
}
</style>