Shades of Dark Orchid #B72DC1
Tints of Dark Orchid #B72DC1
RGB
CMYK
RGB Variations
Color information
#B72DC1 (or 0xB72DC1) is known color: Dark Orchid. HEX triplet: B7, 2D and C1. RGB value is (183,45,193). Sum of RGB (Red+Green+Blue) = 183+45+193=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #B72DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DC1 is #48D23E. Grayscale: #666666. Windows color (decimal): -4772415 or 12660151. OLE color: 12660151.
HSL color Cylindrical-coordinate representation of color #B72DC1: hue angle of 295.95º 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 #B72DC1 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 45 | 193 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.24 |
| HSL | 295.95º | 0.62% | 0.47% | - |
| HSV(B) | 295.95º | 0.77% | 0.76% | - |
| XYZ | 30.09 | 15.79 | 51.91 | - |
| YUV | 103.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 193 | 0.05 | 0.77 | 0 | 0.24 | 295.95 | 0.62 | 0.47 |
| Hex | B7 | 2D | C1 | 5 | 4D | 0 | 18 | 128 | 3E | 2F |
| Octal | 267 | 55 | 301 | 5 | 115 | 0 | 30 | 450 | 76 | 57 |
| Binary | 10110111 | 101101 | 11000001 | 101 | 1001101 | 0 | 11000 | 100101000 | 111110 | 101111 |
Color Harmonies of #B72DC1
Complementary color
Monochromatic Colors of #B72DC1
Black with #B72DC1
Text Example
Text Example
White with #B72DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72DC1; }
p { color: rgb(183,45,193); }
H1.HeaderClassName
{
color: #B72DC1;
}
.AnyTagClassName
{
color: #B72DC1;
}
</style>
background-color css
<style>
a { background-color: #B72DC1; }
a { background-color: rgb(183,45,193); }
div.DivClassName
{
background-color: #B72DC1;
}
.BgClassName
{
background-color: #B72DC1;
}
</style>
border-color css
<style>
span { border-color: #B72DC1; }
span { border-color: rgb(183,45,193); }
td.TdClassName
{
border-color: #B72DC1;
}
.TagClassName
{
border-color: #B72DC1;
}
</style>