Shades of Dark Orchid #B232CD
Tints of Dark Orchid #B232CD
RGB
CMYK
RGB Variations
Color information
#B232CD (or 0xB232CD) is known color: Dark Orchid. HEX triplet: B2, 32 and CD. RGB value is (178,50,205). Sum of RGB (Red+Green+Blue) = 178+50+205=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #B232CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232CD is #4DCD32. Grayscale: #696969. Windows color (decimal): -5098803 or 13447858. OLE color: 13447858.
HSL color Cylindrical-coordinate representation of color #B232CD: hue angle of 289.55º 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 #B232CD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 50 | 205 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.20 |
| HSL | 289.55º | 0.61% | 0.5% | - |
| HSV(B) | 289.55º | 0.76% | 0.8% | - |
| XYZ | 30.52 | 16.15 | 59.27 | - |
| YUV | 105.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 205 | 0.13 | 0.76 | 0 | 0.20 | 289.55 | 0.61 | 0.5 |
| Hex | B2 | 32 | CD | D | 4C | 0 | 14 | 122 | 3D | 32 |
| Octal | 262 | 62 | 315 | 15 | 114 | 0 | 24 | 442 | 75 | 62 |
| Binary | 10110010 | 110010 | 11001101 | 1101 | 1001100 | 0 | 10100 | 100100010 | 111101 | 110010 |
Color Harmonies of #B232CD
Complementary color
Monochromatic Colors of #B232CD
Black with #B232CD
Text Example
Text Example
White with #B232CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B232CD; }
p { color: rgb(178,50,205); }
H1.HeaderClassName
{
color: #B232CD;
}
.AnyTagClassName
{
color: #B232CD;
}
</style>
background-color css
<style>
a { background-color: #B232CD; }
a { background-color: rgb(178,50,205); }
div.DivClassName
{
background-color: #B232CD;
}
.BgClassName
{
background-color: #B232CD;
}
</style>
border-color css
<style>
span { border-color: #B232CD; }
span { border-color: rgb(178,50,205); }
td.TdClassName
{
border-color: #B232CD;
}
.TagClassName
{
border-color: #B232CD;
}
</style>