Shades of Dark Orchid #B724BC
Tints of Dark Orchid #B724BC
RGB
CMYK
RGB Variations
Color information
#B724BC (or 0xB724BC) is known color: Dark Orchid. HEX triplet: B7, 24 and BC. RGB value is (183,36,188). Sum of RGB (Red+Green+Blue) = 183+36+188=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #B724BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724BC is #48DB43. Grayscale: #606060. Windows color (decimal): -4774724 or 12330167. OLE color: 12330167.
HSL color Cylindrical-coordinate representation of color #B724BC: hue angle of 298.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B724BC is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 36 | 188 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.26 |
| HSL | 298.03º | 0.68% | 0.44% | - |
| HSV(B) | 298.03º | 0.81% | 0.74% | - |
| XYZ | 29.24 | 14.96 | 48.92 | - |
| YUV | 97.28 | 179.2 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 188 | 0.03 | 0.81 | 0 | 0.26 | 298.03 | 0.68 | 0.44 |
| Hex | B7 | 24 | BC | 3 | 51 | 0 | 1A | 12A | 44 | 2C |
| Octal | 267 | 44 | 274 | 3 | 121 | 0 | 32 | 452 | 104 | 54 |
| Binary | 10110111 | 100100 | 10111100 | 11 | 1010001 | 0 | 11010 | 100101010 | 1000100 | 101100 |
Color Harmonies of #B724BC
Complementary color
Monochromatic Colors of #B724BC
Black with #B724BC
Text Example
Text Example
White with #B724BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B724BC; }
p { color: rgb(183,36,188); }
H1.HeaderClassName
{
color: #B724BC;
}
.AnyTagClassName
{
color: #B724BC;
}
</style>
background-color css
<style>
a { background-color: #B724BC; }
a { background-color: rgb(183,36,188); }
div.DivClassName
{
background-color: #B724BC;
}
.BgClassName
{
background-color: #B724BC;
}
</style>
border-color css
<style>
span { border-color: #B724BC; }
span { border-color: rgb(183,36,188); }
td.TdClassName
{
border-color: #B724BC;
}
.TagClassName
{
border-color: #B724BC;
}
</style>