Shades of Dark Orchid #B72BED
Tints of Dark Orchid #B72BED
RGB
CMYK
RGB Variations
Color information
#B72BED (or 0xB72BED) is known color: Dark Orchid. HEX triplet: B7, 2B and ED. RGB value is (183,43,237). Sum of RGB (Red+Green+Blue) = 183+43+237=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #B72BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72BED is #48D412. Grayscale: #6A6A6A. Windows color (decimal): -4772883 or 15543223. OLE color: 15543223.
HSL color Cylindrical-coordinate representation of color #B72BED: hue angle of 283.3º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72BED is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 43 | 237 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.07 |
| HSL | 283.3º | 0.84% | 0.55% | - |
| HSV(B) | 283.3º | 0.82% | 0.93% | - |
| XYZ | 35.68 | 17.91 | 81.7 | - |
| YUV | 106.98 | 201.38 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 237 | 0.23 | 0.82 | 0 | 0.07 | 283.3 | 0.84 | 0.55 |
| Hex | B7 | 2B | ED | 17 | 52 | 0 | 7 | 11B | 54 | 37 |
| Octal | 267 | 53 | 355 | 27 | 122 | 0 | 7 | 433 | 124 | 67 |
| Binary | 10110111 | 101011 | 11101101 | 10111 | 1010010 | 0 | 111 | 100011011 | 1010100 | 110111 |
Color Harmonies of #B72BED
Complementary color
Monochromatic Colors of #B72BED
Black with #B72BED
Text Example
Text Example
White with #B72BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72BED; }
p { color: rgb(183,43,237); }
H1.HeaderClassName
{
color: #B72BED;
}
.AnyTagClassName
{
color: #B72BED;
}
</style>
background-color css
<style>
a { background-color: #B72BED; }
a { background-color: rgb(183,43,237); }
div.DivClassName
{
background-color: #B72BED;
}
.BgClassName
{
background-color: #B72BED;
}
</style>
border-color css
<style>
span { border-color: #B72BED; }
span { border-color: rgb(183,43,237); }
td.TdClassName
{
border-color: #B72BED;
}
.TagClassName
{
border-color: #B72BED;
}
</style>