Shades of Dark Orchid #B72CED
Tints of Dark Orchid #B72CED
RGB
CMYK
RGB Variations
Color information
#B72CED (or 0xB72CED) is known color: Dark Orchid. HEX triplet: B7, 2C and ED. RGB value is (183,44,237). Sum of RGB (Red+Green+Blue) = 183+44+237=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #B72CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72CED is #48D312. Grayscale: #6A6A6A. Windows color (decimal): -4772627 or 15543479. OLE color: 15543479.
HSL color Cylindrical-coordinate representation of color #B72CED: hue angle of 283.21º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72CED is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 44 | 237 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.07 |
| HSL | 283.21º | 0.84% | 0.55% | - |
| HSV(B) | 283.21º | 0.81% | 0.93% | - |
| XYZ | 35.72 | 17.98 | 81.71 | - |
| YUV | 107.56 | 201.05 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 237 | 0.23 | 0.81 | 0 | 0.07 | 283.21 | 0.84 | 0.55 |
| Hex | B7 | 2C | ED | 17 | 51 | 0 | 7 | 11B | 54 | 37 |
| Octal | 267 | 54 | 355 | 27 | 121 | 0 | 7 | 433 | 124 | 67 |
| Binary | 10110111 | 101100 | 11101101 | 10111 | 1010001 | 0 | 111 | 100011011 | 1010100 | 110111 |
Color Harmonies of #B72CED
Complementary color
Monochromatic Colors of #B72CED
Black with #B72CED
Text Example
Text Example
White with #B72CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CED; }
p { color: rgb(183,44,237); }
H1.HeaderClassName
{
color: #B72CED;
}
.AnyTagClassName
{
color: #B72CED;
}
</style>
background-color css
<style>
a { background-color: #B72CED; }
a { background-color: rgb(183,44,237); }
div.DivClassName
{
background-color: #B72CED;
}
.BgClassName
{
background-color: #B72CED;
}
</style>
border-color css
<style>
span { border-color: #B72CED; }
span { border-color: rgb(183,44,237); }
td.TdClassName
{
border-color: #B72CED;
}
.TagClassName
{
border-color: #B72CED;
}
</style>