Shades of Dark Orchid #B72DC2
Tints of Dark Orchid #B72DC2
RGB
CMYK
RGB Variations
Color information
#B72DC2 (or 0xB72DC2) is known color: Dark Orchid. HEX triplet: B7, 2D and C2. RGB value is (183,45,194). Sum of RGB (Red+Green+Blue) = 183+45+194=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 45 (17.97% from 255 or 10.66% 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 #B72DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DC2 is #48D23D. Grayscale: #666666. Windows color (decimal): -4772414 or 12725687. OLE color: 12725687.
HSL color Cylindrical-coordinate representation of color #B72DC2: hue angle of 295.57º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72DC2 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 45 | 194 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.24 |
| HSL | 295.57º | 0.62% | 0.47% | - |
| HSV(B) | 295.57º | 0.77% | 0.76% | - |
| XYZ | 30.2 | 15.84 | 52.5 | - |
| YUV | 103.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 194 | 0.06 | 0.77 | 0 | 0.24 | 295.57 | 0.62 | 0.47 |
| Hex | B7 | 2D | C2 | 6 | 4D | 0 | 18 | 128 | 3E | 2F |
| Octal | 267 | 55 | 302 | 6 | 115 | 0 | 30 | 450 | 76 | 57 |
| Binary | 10110111 | 101101 | 11000010 | 110 | 1001101 | 0 | 11000 | 100101000 | 111110 | 101111 |
Color Harmonies of #B72DC2
Complementary color
Monochromatic Colors of #B72DC2
Black with #B72DC2
Text Example
Text Example
White with #B72DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72DC2; }
p { color: rgb(183,45,194); }
H1.HeaderClassName
{
color: #B72DC2;
}
.AnyTagClassName
{
color: #B72DC2;
}
</style>
background-color css
<style>
a { background-color: #B72DC2; }
a { background-color: rgb(183,45,194); }
div.DivClassName
{
background-color: #B72DC2;
}
.BgClassName
{
background-color: #B72DC2;
}
</style>
border-color css
<style>
span { border-color: #B72DC2; }
span { border-color: rgb(183,45,194); }
td.TdClassName
{
border-color: #B72DC2;
}
.TagClassName
{
border-color: #B72DC2;
}
</style>