Shades of Dark Orchid #B72BE0
Tints of Dark Orchid #B72BE0
RGB
CMYK
RGB Variations
Color information
#B72BE0 (or 0xB72BE0) is known color: Dark Orchid. HEX triplet: B7, 2B and E0. RGB value is (183,43,224). Sum of RGB (Red+Green+Blue) = 183+43+224=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #B72BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BE0 is #48D41F. Grayscale: #686868. Windows color (decimal): -4772896 or 14691255. OLE color: 14691255.
HSL color Cylindrical-coordinate representation of color #B72BE0: hue angle of 286.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72BE0 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 43 | 224 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.12 |
| HSL | 286.41º | 0.74% | 0.52% | - |
| HSV(B) | 286.41º | 0.81% | 0.88% | - |
| XYZ | 33.85 | 17.18 | 72.05 | - |
| YUV | 105.49 | 194.88 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 224 | 0.18 | 0.81 | 0 | 0.12 | 286.41 | 0.74 | 0.52 |
| Hex | B7 | 2B | E0 | 12 | 51 | 0 | C | 11E | 4A | 34 |
| Octal | 267 | 53 | 340 | 22 | 121 | 0 | 14 | 436 | 112 | 64 |
| Binary | 10110111 | 101011 | 11100000 | 10010 | 1010001 | 0 | 1100 | 100011110 | 1001010 | 110100 |
Color Harmonies of #B72BE0
Complementary color
Monochromatic Colors of #B72BE0
Black with #B72BE0
Text Example
Text Example
White with #B72BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72BE0; }
p { color: rgb(183,43,224); }
H1.HeaderClassName
{
color: #B72BE0;
}
.AnyTagClassName
{
color: #B72BE0;
}
</style>
background-color css
<style>
a { background-color: #B72BE0; }
a { background-color: rgb(183,43,224); }
div.DivClassName
{
background-color: #B72BE0;
}
.BgClassName
{
background-color: #B72BE0;
}
</style>
border-color css
<style>
span { border-color: #B72BE0; }
span { border-color: rgb(183,43,224); }
td.TdClassName
{
border-color: #B72BE0;
}
.TagClassName
{
border-color: #B72BE0;
}
</style>