Shades of Dark Orchid #B724C6
Tints of Dark Orchid #B724C6
RGB
CMYK
RGB Variations
Color information
#B724C6 (or 0xB724C6) is known color: Dark Orchid. HEX triplet: B7, 24 and C6. RGB value is (183,36,198). Sum of RGB (Red+Green+Blue) = 183+36+198=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #B724C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724C6 is #48DB39. Grayscale: #616161. Windows color (decimal): -4774714 or 12985527. OLE color: 12985527.
HSL color Cylindrical-coordinate representation of color #B724C6: hue angle of 294.44º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B724C6 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 36 | 198 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.22 |
| HSL | 294.44º | 0.69% | 0.46% | - |
| HSV(B) | 294.44º | 0.82% | 0.78% | - |
| XYZ | 30.35 | 15.41 | 54.8 | - |
| YUV | 98.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 198 | 0.08 | 0.82 | 0 | 0.22 | 294.44 | 0.69 | 0.46 |
| Hex | B7 | 24 | C6 | 8 | 52 | 0 | 16 | 126 | 45 | 2E |
| Octal | 267 | 44 | 306 | 10 | 122 | 0 | 26 | 446 | 105 | 56 |
| Binary | 10110111 | 100100 | 11000110 | 1000 | 1010010 | 0 | 10110 | 100100110 | 1000101 | 101110 |
Color Harmonies of #B724C6
Complementary color
Monochromatic Colors of #B724C6
Black with #B724C6
Text Example
Text Example
White with #B724C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B724C6; }
p { color: rgb(183,36,198); }
H1.HeaderClassName
{
color: #B724C6;
}
.AnyTagClassName
{
color: #B724C6;
}
</style>
background-color css
<style>
a { background-color: #B724C6; }
a { background-color: rgb(183,36,198); }
div.DivClassName
{
background-color: #B724C6;
}
.BgClassName
{
background-color: #B724C6;
}
</style>
border-color css
<style>
span { border-color: #B724C6; }
span { border-color: rgb(183,36,198); }
td.TdClassName
{
border-color: #B724C6;
}
.TagClassName
{
border-color: #B724C6;
}
</style>