Shades of Dark Orchid #B234CB
Tints of Dark Orchid #B234CB
RGB
CMYK
RGB Variations
Color information
#B234CB (or 0xB234CB) is known color: Dark Orchid. HEX triplet: B2, 34 and CB. RGB value is (178,52,203). Sum of RGB (Red+Green+Blue) = 178+52+203=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #B234CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B234CB is #4DCB34. Grayscale: #6A6A6A. Windows color (decimal): -5098293 or 13317298. OLE color: 13317298.
HSL color Cylindrical-coordinate representation of color #B234CB: hue angle of 290.07º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B234CB is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 52 | 203 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.20 |
| HSL | 290.07º | 0.59% | 0.5% | - |
| HSV(B) | 290.07º | 0.74% | 0.8% | - |
| XYZ | 30.37 | 16.23 | 58.03 | - |
| YUV | 106.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 203 | 0.12 | 0.74 | 0 | 0.20 | 290.07 | 0.59 | 0.5 |
| Hex | B2 | 34 | CB | C | 4A | 0 | 14 | 122 | 3B | 32 |
| Octal | 262 | 64 | 313 | 14 | 112 | 0 | 24 | 442 | 73 | 62 |
| Binary | 10110010 | 110100 | 11001011 | 1100 | 1001010 | 0 | 10100 | 100100010 | 111011 | 110010 |
Color Harmonies of #B234CB
Complementary color
Monochromatic Colors of #B234CB
Black with #B234CB
Text Example
Text Example
White with #B234CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B234CB; }
p { color: rgb(178,52,203); }
H1.HeaderClassName
{
color: #B234CB;
}
.AnyTagClassName
{
color: #B234CB;
}
</style>
background-color css
<style>
a { background-color: #B234CB; }
a { background-color: rgb(178,52,203); }
div.DivClassName
{
background-color: #B234CB;
}
.BgClassName
{
background-color: #B234CB;
}
</style>
border-color css
<style>
span { border-color: #B234CB; }
span { border-color: rgb(178,52,203); }
td.TdClassName
{
border-color: #B234CB;
}
.TagClassName
{
border-color: #B234CB;
}
</style>