Shades of Dark Orchid #B724CA
Tints of Dark Orchid #B724CA
RGB
CMYK
RGB Variations
Color information
#B724CA (or 0xB724CA) is known color: Dark Orchid. HEX triplet: B7, 24 and CA. RGB value is (183,36,202). Sum of RGB (Red+Green+Blue) = 183+36+202=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #B724CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724CA is #48DB35. Grayscale: #626262. Windows color (decimal): -4774710 or 13247671. OLE color: 13247671.
HSL color Cylindrical-coordinate representation of color #B724CA: hue angle of 293.13º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B724CA is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 36 | 202 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.21 |
| HSL | 293.13º | 0.7% | 0.47% | - |
| HSV(B) | 293.13º | 0.82% | 0.79% | - |
| XYZ | 30.82 | 15.59 | 57.26 | - |
| YUV | 98.88 | 186.2 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 202 | 0.09 | 0.82 | 0 | 0.21 | 293.13 | 0.7 | 0.47 |
| Hex | B7 | 24 | CA | 9 | 52 | 0 | 15 | 125 | 46 | 2F |
| Octal | 267 | 44 | 312 | 11 | 122 | 0 | 25 | 445 | 106 | 57 |
| Binary | 10110111 | 100100 | 11001010 | 1001 | 1010010 | 0 | 10101 | 100100101 | 1000110 | 101111 |
Color Harmonies of #B724CA
Complementary color
Monochromatic Colors of #B724CA
Black with #B724CA
Text Example
Text Example
White with #B724CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B724CA; }
p { color: rgb(183,36,202); }
H1.HeaderClassName
{
color: #B724CA;
}
.AnyTagClassName
{
color: #B724CA;
}
</style>
background-color css
<style>
a { background-color: #B724CA; }
a { background-color: rgb(183,36,202); }
div.DivClassName
{
background-color: #B724CA;
}
.BgClassName
{
background-color: #B724CA;
}
</style>
border-color css
<style>
span { border-color: #B724CA; }
span { border-color: rgb(183,36,202); }
td.TdClassName
{
border-color: #B724CA;
}
.TagClassName
{
border-color: #B724CA;
}
</style>