Shades of Dark Orchid #B724BF
Tints of Dark Orchid #B724BF
RGB
CMYK
RGB Variations
Color information
#B724BF (or 0xB724BF) is known color: Dark Orchid. HEX triplet: B7, 24 and BF. RGB value is (183,36,191). Sum of RGB (Red+Green+Blue) = 183+36+191=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #B724BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724BF is #48DB40. Grayscale: #616161. Windows color (decimal): -4774721 or 12526775. OLE color: 12526775.
HSL color Cylindrical-coordinate representation of color #B724BF: hue angle of 296.9º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B724BF is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 36 | 191 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.25 |
| HSL | 296.9º | 0.68% | 0.45% | - |
| HSV(B) | 296.9º | 0.81% | 0.75% | - |
| XYZ | 29.56 | 15.09 | 50.64 | - |
| YUV | 97.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 191 | 0.04 | 0.81 | 0 | 0.25 | 296.9 | 0.68 | 0.45 |
| Hex | B7 | 24 | BF | 4 | 51 | 0 | 19 | 129 | 44 | 2D |
| Octal | 267 | 44 | 277 | 4 | 121 | 0 | 31 | 451 | 104 | 55 |
| Binary | 10110111 | 100100 | 10111111 | 100 | 1010001 | 0 | 11001 | 100101001 | 1000100 | 101101 |
Color Harmonies of #B724BF
Complementary color
Monochromatic Colors of #B724BF
Black with #B724BF
Text Example
Text Example
White with #B724BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B724BF; }
p { color: rgb(183,36,191); }
H1.HeaderClassName
{
color: #B724BF;
}
.AnyTagClassName
{
color: #B724BF;
}
</style>
background-color css
<style>
a { background-color: #B724BF; }
a { background-color: rgb(183,36,191); }
div.DivClassName
{
background-color: #B724BF;
}
.BgClassName
{
background-color: #B724BF;
}
</style>
border-color css
<style>
span { border-color: #B724BF; }
span { border-color: rgb(183,36,191); }
td.TdClassName
{
border-color: #B724BF;
}
.TagClassName
{
border-color: #B724BF;
}
</style>