Shades of Dark Orchid #B724C4
Tints of Dark Orchid #B724C4
RGB
CMYK
RGB Variations
Color information
#B724C4 (or 0xB724C4) is known color: Dark Orchid. HEX triplet: B7, 24 and C4. RGB value is (183,36,196). Sum of RGB (Red+Green+Blue) = 183+36+196=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 196 - color contains mainly: blue. Hex color #B724C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724C4 is #48DB3B. Grayscale: #616161. Windows color (decimal): -4774716 or 12854455. OLE color: 12854455.
HSL color Cylindrical-coordinate representation of color #B724C4: hue angle of 295.12º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B724C4 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 36 | 196 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.23 |
| HSL | 295.13º | 0.69% | 0.45% | - |
| HSV(B) | 295.13º | 0.82% | 0.77% | - |
| XYZ | 30.12 | 15.31 | 53.59 | - |
| YUV | 98.19 | 183.2 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 196 | 0.07 | 0.82 | 0 | 0.23 | 295.13 | 0.69 | 0.45 |
| Hex | B7 | 24 | C4 | 7 | 52 | 0 | 17 | 127 | 45 | 2D |
| Octal | 267 | 44 | 304 | 7 | 122 | 0 | 27 | 447 | 105 | 55 |
| Binary | 10110111 | 100100 | 11000100 | 111 | 1010010 | 0 | 10111 | 100100111 | 1000101 | 101101 |
Color Harmonies of #B724C4
Complementary color
Monochromatic Colors of #B724C4
Black with #B724C4
Text Example
Text Example
White with #B724C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B724C4; }
p { color: rgb(183,36,196); }
H1.HeaderClassName
{
color: #B724C4;
}
.AnyTagClassName
{
color: #B724C4;
}
</style>
background-color css
<style>
a { background-color: #B724C4; }
a { background-color: rgb(183,36,196); }
div.DivClassName
{
background-color: #B724C4;
}
.BgClassName
{
background-color: #B724C4;
}
</style>
border-color css
<style>
span { border-color: #B724C4; }
span { border-color: rgb(183,36,196); }
td.TdClassName
{
border-color: #B724C4;
}
.TagClassName
{
border-color: #B724C4;
}
</style>