Shades of Dark Orchid #BE2ACB
Tints of Dark Orchid #BE2ACB
RGB
CMYK
RGB Variations
Color information
#BE2ACB (or 0xBE2ACB) is known color: Dark Orchid. HEX triplet: BE, 2A and CB. RGB value is (190,42,203). Sum of RGB (Red+Green+Blue) = 190+42+203=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE2ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ACB is #41D534. Grayscale: #686868. Windows color (decimal): -4314421 or 13314750. OLE color: 13314750.
HSL color Cylindrical-coordinate representation of color #BE2ACB: hue angle of 295.16º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2ACB is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 42 | 203 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.20 |
| HSL | 295.16º | 0.66% | 0.48% | - |
| HSV(B) | 295.16º | 0.79% | 0.8% | - |
| XYZ | 32.84 | 16.91 | 58.03 | - |
| YUV | 104.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 203 | 0.06 | 0.79 | 0 | 0.20 | 295.16 | 0.66 | 0.48 |
| Hex | BE | 2A | CB | 6 | 4F | 0 | 14 | 127 | 42 | 30 |
| Octal | 276 | 52 | 313 | 6 | 117 | 0 | 24 | 447 | 102 | 60 |
| Binary | 10111110 | 101010 | 11001011 | 110 | 1001111 | 0 | 10100 | 100100111 | 1000010 | 110000 |
Color Harmonies of #BE2ACB
Complementary color
Monochromatic Colors of #BE2ACB
Black with #BE2ACB
Text Example
Text Example
White with #BE2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2ACB; }
p { color: rgb(190,42,203); }
H1.HeaderClassName
{
color: #BE2ACB;
}
.AnyTagClassName
{
color: #BE2ACB;
}
</style>
background-color css
<style>
a { background-color: #BE2ACB; }
a { background-color: rgb(190,42,203); }
div.DivClassName
{
background-color: #BE2ACB;
}
.BgClassName
{
background-color: #BE2ACB;
}
</style>
border-color css
<style>
span { border-color: #BE2ACB; }
span { border-color: rgb(190,42,203); }
td.TdClassName
{
border-color: #BE2ACB;
}
.TagClassName
{
border-color: #BE2ACB;
}
</style>