Shades of Dark Orchid #B62EC2
Tints of Dark Orchid #B62EC2
RGB
CMYK
RGB Variations
Color information
#B62EC2 (or 0xB62EC2) is known color: Dark Orchid. HEX triplet: B6, 2E and C2. RGB value is (182,46,194). Sum of RGB (Red+Green+Blue) = 182+46+194=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #B62EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62EC2 is #49D13D. Grayscale: #676767. Windows color (decimal): -4837694 or 12725942. OLE color: 12725942.
HSL color Cylindrical-coordinate representation of color #B62EC2: hue angle of 295.14º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62EC2 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 46 | 194 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.24 |
| HSL | 295.14º | 0.62% | 0.47% | - |
| HSV(B) | 295.14º | 0.76% | 0.76% | - |
| XYZ | 30.01 | 15.79 | 52.51 | - |
| YUV | 103.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 46 | 194 | 0.06 | 0.76 | 0 | 0.24 | 295.14 | 0.62 | 0.47 |
| Hex | B6 | 2E | C2 | 6 | 4C | 0 | 18 | 127 | 3E | 2F |
| Octal | 266 | 56 | 302 | 6 | 114 | 0 | 30 | 447 | 76 | 57 |
| Binary | 10110110 | 101110 | 11000010 | 110 | 1001100 | 0 | 11000 | 100100111 | 111110 | 101111 |
Color Harmonies of #B62EC2
Complementary color
Monochromatic Colors of #B62EC2
Black with #B62EC2
Text Example
Text Example
White with #B62EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62EC2; }
p { color: rgb(182,46,194); }
H1.HeaderClassName
{
color: #B62EC2;
}
.AnyTagClassName
{
color: #B62EC2;
}
</style>
background-color css
<style>
a { background-color: #B62EC2; }
a { background-color: rgb(182,46,194); }
div.DivClassName
{
background-color: #B62EC2;
}
.BgClassName
{
background-color: #B62EC2;
}
</style>
border-color css
<style>
span { border-color: #B62EC2; }
span { border-color: rgb(182,46,194); }
td.TdClassName
{
border-color: #B62EC2;
}
.TagClassName
{
border-color: #B62EC2;
}
</style>