Shades of Dark Orchid #B724C3
Tints of Dark Orchid #B724C3
RGB
CMYK
RGB Variations
Color information
#B724C3 (or 0xB724C3) is known color: Dark Orchid. HEX triplet: B7, 24 and C3. RGB value is (183,36,195). Sum of RGB (Red+Green+Blue) = 183+36+195=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #B724C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724C3 is #48DB3C. Grayscale: #616161. Windows color (decimal): -4774717 or 12788919. OLE color: 12788919.
HSL color Cylindrical-coordinate representation of color #B724C3: hue angle of 295.47º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B724C3 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 36 | 195 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.24 |
| HSL | 295.47º | 0.69% | 0.45% | - |
| HSV(B) | 295.47º | 0.82% | 0.76% | - |
| XYZ | 30.01 | 15.27 | 53 | - |
| YUV | 98.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 195 | 0.06 | 0.82 | 0 | 0.24 | 295.47 | 0.69 | 0.45 |
| Hex | B7 | 24 | C3 | 6 | 52 | 0 | 18 | 127 | 45 | 2D |
| Octal | 267 | 44 | 303 | 6 | 122 | 0 | 30 | 447 | 105 | 55 |
| Binary | 10110111 | 100100 | 11000011 | 110 | 1010010 | 0 | 11000 | 100100111 | 1000101 | 101101 |
Color Harmonies of #B724C3
Complementary color
Monochromatic Colors of #B724C3
Black with #B724C3
Text Example
Text Example
White with #B724C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B724C3; }
p { color: rgb(183,36,195); }
H1.HeaderClassName
{
color: #B724C3;
}
.AnyTagClassName
{
color: #B724C3;
}
</style>
background-color css
<style>
a { background-color: #B724C3; }
a { background-color: rgb(183,36,195); }
div.DivClassName
{
background-color: #B724C3;
}
.BgClassName
{
background-color: #B724C3;
}
</style>
border-color css
<style>
span { border-color: #B724C3; }
span { border-color: rgb(183,36,195); }
td.TdClassName
{
border-color: #B724C3;
}
.TagClassName
{
border-color: #B724C3;
}
</style>