Shades of Dark Orchid #B231CC
Tints of Dark Orchid #B231CC
RGB
CMYK
RGB Variations
Color information
#B231CC (or 0xB231CC) is known color: Dark Orchid. HEX triplet: B2, 31 and CC. RGB value is (178,49,204). Sum of RGB (Red+Green+Blue) = 178+49+204=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #B231CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231CC is #4DCE33. Grayscale: #686868. Windows color (decimal): -5099060 or 13382066. OLE color: 13382066.
HSL color Cylindrical-coordinate representation of color #B231CC: hue angle of 289.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B231CC is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 49 | 204 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.2 |
| HSL | 289.94º | 0.61% | 0.5% | - |
| HSV(B) | 289.94º | 0.76% | 0.8% | - |
| XYZ | 30.36 | 16.02 | 58.62 | - |
| YUV | 105.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 204 | 0.13 | 0.76 | 0 | 0.2 | 289.94 | 0.61 | 0.5 |
| Hex | B2 | 31 | CC | D | 4C | 0 | 14 | 122 | 3D | 32 |
| Octal | 262 | 61 | 314 | 15 | 114 | 0 | 24 | 442 | 75 | 62 |
| Binary | 10110010 | 110001 | 11001100 | 1101 | 1001100 | 0 | 10100 | 100100010 | 111101 | 110010 |
Color Harmonies of #B231CC
Complementary color
Monochromatic Colors of #B231CC
Black with #B231CC
Text Example
Text Example
White with #B231CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B231CC; }
p { color: rgb(178,49,204); }
H1.HeaderClassName
{
color: #B231CC;
}
.AnyTagClassName
{
color: #B231CC;
}
</style>
background-color css
<style>
a { background-color: #B231CC; }
a { background-color: rgb(178,49,204); }
div.DivClassName
{
background-color: #B231CC;
}
.BgClassName
{
background-color: #B231CC;
}
</style>
border-color css
<style>
span { border-color: #B231CC; }
span { border-color: rgb(178,49,204); }
td.TdClassName
{
border-color: #B231CC;
}
.TagClassName
{
border-color: #B231CC;
}
</style>