Shades of Dark Orchid #B72EC2
Tints of Dark Orchid #B72EC2
RGB
CMYK
RGB Variations
Color information
#B72EC2 (or 0xB72EC2) is known color: Dark Orchid. HEX triplet: B7, 2E and C2. RGB value is (183,46,194). Sum of RGB (Red+Green+Blue) = 183+46+194=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #B72EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72EC2 is #48D13D. Grayscale: #676767. Windows color (decimal): -4772158 or 12725943. OLE color: 12725943.
HSL color Cylindrical-coordinate representation of color #B72EC2: hue angle of 295.54º 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 #B72EC2 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 46 | 194 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.24 |
| HSL | 295.54º | 0.62% | 0.47% | - |
| HSV(B) | 295.54º | 0.76% | 0.76% | - |
| XYZ | 30.24 | 15.92 | 52.52 | - |
| YUV | 103.84 | 178.89 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 194 | 0.06 | 0.76 | 0 | 0.24 | 295.54 | 0.62 | 0.47 |
| Hex | B7 | 2E | C2 | 6 | 4C | 0 | 18 | 128 | 3E | 2F |
| Octal | 267 | 56 | 302 | 6 | 114 | 0 | 30 | 450 | 76 | 57 |
| Binary | 10110111 | 101110 | 11000010 | 110 | 1001100 | 0 | 11000 | 100101000 | 111110 | 101111 |
Color Harmonies of #B72EC2
Complementary color
Monochromatic Colors of #B72EC2
Black with #B72EC2
Text Example
Text Example
White with #B72EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72EC2; }
p { color: rgb(183,46,194); }
H1.HeaderClassName
{
color: #B72EC2;
}
.AnyTagClassName
{
color: #B72EC2;
}
</style>
background-color css
<style>
a { background-color: #B72EC2; }
a { background-color: rgb(183,46,194); }
div.DivClassName
{
background-color: #B72EC2;
}
.BgClassName
{
background-color: #B72EC2;
}
</style>
border-color css
<style>
span { border-color: #B72EC2; }
span { border-color: rgb(183,46,194); }
td.TdClassName
{
border-color: #B72EC2;
}
.TagClassName
{
border-color: #B72EC2;
}
</style>