Shades of Dark Orchid #B72ED4
Tints of Dark Orchid #B72ED4
RGB
CMYK
RGB Variations
Color information
#B72ED4 (or 0xB72ED4) is known color: Dark Orchid. HEX triplet: B7, 2E and D4. RGB value is (183,46,212). Sum of RGB (Red+Green+Blue) = 183+46+212=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 212 - color contains mainly: blue. Hex color #B72ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ED4 is #48D12B. Grayscale: #696969. Windows color (decimal): -4772140 or 13905591. OLE color: 13905591.
HSL color Cylindrical-coordinate representation of color #B72ED4: hue angle of 289.52º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72ED4 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 46 | 212 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.17 |
| HSL | 289.52º | 0.66% | 0.51% | - |
| HSV(B) | 289.52º | 0.78% | 0.83% | - |
| XYZ | 32.39 | 16.77 | 63.82 | - |
| YUV | 105.89 | 187.89 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 212 | 0.14 | 0.78 | 0 | 0.17 | 289.52 | 0.66 | 0.51 |
| Hex | B7 | 2E | D4 | E | 4E | 0 | 11 | 122 | 42 | 33 |
| Octal | 267 | 56 | 324 | 16 | 116 | 0 | 21 | 442 | 102 | 63 |
| Binary | 10110111 | 101110 | 11010100 | 1110 | 1001110 | 0 | 10001 | 100100010 | 1000010 | 110011 |
Color Harmonies of #B72ED4
Complementary color
Monochromatic Colors of #B72ED4
Black with #B72ED4
Text Example
Text Example
White with #B72ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72ED4; }
p { color: rgb(183,46,212); }
H1.HeaderClassName
{
color: #B72ED4;
}
.AnyTagClassName
{
color: #B72ED4;
}
</style>
background-color css
<style>
a { background-color: #B72ED4; }
a { background-color: rgb(183,46,212); }
div.DivClassName
{
background-color: #B72ED4;
}
.BgClassName
{
background-color: #B72ED4;
}
</style>
border-color css
<style>
span { border-color: #B72ED4; }
span { border-color: rgb(183,46,212); }
td.TdClassName
{
border-color: #B72ED4;
}
.TagClassName
{
border-color: #B72ED4;
}
</style>