Shades of Dark Orchid #B232CB
Tints of Dark Orchid #B232CB
RGB
CMYK
RGB Variations
Color information
#B232CB (or 0xB232CB) is known color: Dark Orchid. HEX triplet: B2, 32 and CB. RGB value is (178,50,203). Sum of RGB (Red+Green+Blue) = 178+50+203=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #B232CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232CB is #4DCD34. Grayscale: #696969. Windows color (decimal): -5098805 or 13316786. OLE color: 13316786.
HSL color Cylindrical-coordinate representation of color #B232CB: hue angle of 290.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B232CB is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 50 | 203 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.20 |
| HSL | 290.2º | 0.6% | 0.5% | - |
| HSV(B) | 290.2º | 0.75% | 0.8% | - |
| XYZ | 30.28 | 16.06 | 58 | - |
| YUV | 105.71 | 182.91 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 203 | 0.12 | 0.75 | 0 | 0.20 | 290.2 | 0.6 | 0.5 |
| Hex | B2 | 32 | CB | C | 4B | 0 | 14 | 122 | 3C | 32 |
| Octal | 262 | 62 | 313 | 14 | 113 | 0 | 24 | 442 | 74 | 62 |
| Binary | 10110010 | 110010 | 11001011 | 1100 | 1001011 | 0 | 10100 | 100100010 | 111100 | 110010 |
Color Harmonies of #B232CB
Complementary color
Monochromatic Colors of #B232CB
Black with #B232CB
Text Example
Text Example
White with #B232CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B232CB; }
p { color: rgb(178,50,203); }
H1.HeaderClassName
{
color: #B232CB;
}
.AnyTagClassName
{
color: #B232CB;
}
</style>
background-color css
<style>
a { background-color: #B232CB; }
a { background-color: rgb(178,50,203); }
div.DivClassName
{
background-color: #B232CB;
}
.BgClassName
{
background-color: #B232CB;
}
</style>
border-color css
<style>
span { border-color: #B232CB; }
span { border-color: rgb(178,50,203); }
td.TdClassName
{
border-color: #B232CB;
}
.TagClassName
{
border-color: #B232CB;
}
</style>