Shades of Dark Orchid #B72AD3
Tints of Dark Orchid #B72AD3
RGB
CMYK
RGB Variations
Color information
#B72AD3 (or 0xB72AD3) is known color: Dark Orchid. HEX triplet: B7, 2A and D3. RGB value is (183,42,211). Sum of RGB (Red+Green+Blue) = 183+42+211=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #B72AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72AD3 is #48D52C. Grayscale: #666666. Windows color (decimal): -4773165 or 13839031. OLE color: 13839031.
HSL color Cylindrical-coordinate representation of color #B72AD3: hue angle of 290.06º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72AD3 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 42 | 211 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.17 |
| HSL | 290.06º | 0.67% | 0.5% | - |
| HSV(B) | 290.06º | 0.8% | 0.83% | - |
| XYZ | 32.11 | 16.43 | 63.11 | - |
| YUV | 103.43 | 188.71 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 211 | 0.13 | 0.80 | 0 | 0.17 | 290.06 | 0.67 | 0.5 |
| Hex | B7 | 2A | D3 | D | 50 | 0 | 11 | 122 | 43 | 32 |
| Octal | 267 | 52 | 323 | 15 | 120 | 0 | 21 | 442 | 103 | 62 |
| Binary | 10110111 | 101010 | 11010011 | 1101 | 1010000 | 0 | 10001 | 100100010 | 1000011 | 110010 |
Color Harmonies of #B72AD3
Complementary color
Monochromatic Colors of #B72AD3
Black with #B72AD3
Text Example
Text Example
White with #B72AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72AD3; }
p { color: rgb(183,42,211); }
H1.HeaderClassName
{
color: #B72AD3;
}
.AnyTagClassName
{
color: #B72AD3;
}
</style>
background-color css
<style>
a { background-color: #B72AD3; }
a { background-color: rgb(183,42,211); }
div.DivClassName
{
background-color: #B72AD3;
}
.BgClassName
{
background-color: #B72AD3;
}
</style>
border-color css
<style>
span { border-color: #B72AD3; }
span { border-color: rgb(183,42,211); }
td.TdClassName
{
border-color: #B72AD3;
}
.TagClassName
{
border-color: #B72AD3;
}
</style>