Shades of Dark Orchid #B732DD
Tints of Dark Orchid #B732DD
RGB
CMYK
RGB Variations
Color information
#B732DD (or 0xB732DD) is known color: Dark Orchid. HEX triplet: B7, 32 and DD. RGB value is (183,50,221). Sum of RGB (Red+Green+Blue) = 183+50+221=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #B732DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732DD is #48CD22. Grayscale: #6C6C6C. Windows color (decimal): -4771107 or 14496439. OLE color: 14496439.
HSL color Cylindrical-coordinate representation of color #B732DD: hue angle of 286.67º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B732DD is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 50 | 221 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.13 |
| HSL | 286.67º | 0.72% | 0.53% | - |
| HSV(B) | 286.67º | 0.77% | 0.87% | - |
| XYZ | 33.72 | 17.57 | 70.02 | - |
| YUV | 109.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 221 | 0.17 | 0.77 | 0 | 0.13 | 286.67 | 0.72 | 0.53 |
| Hex | B7 | 32 | DD | 11 | 4D | 0 | D | 11F | 48 | 35 |
| Octal | 267 | 62 | 335 | 21 | 115 | 0 | 15 | 437 | 110 | 65 |
| Binary | 10110111 | 110010 | 11011101 | 10001 | 1001101 | 0 | 1101 | 100011111 | 1001000 | 110101 |
Color Harmonies of #B732DD
Complementary color
Monochromatic Colors of #B732DD
Black with #B732DD
Text Example
Text Example
White with #B732DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732DD; }
p { color: rgb(183,50,221); }
H1.HeaderClassName
{
color: #B732DD;
}
.AnyTagClassName
{
color: #B732DD;
}
</style>
background-color css
<style>
a { background-color: #B732DD; }
a { background-color: rgb(183,50,221); }
div.DivClassName
{
background-color: #B732DD;
}
.BgClassName
{
background-color: #B732DD;
}
</style>
border-color css
<style>
span { border-color: #B732DD; }
span { border-color: rgb(183,50,221); }
td.TdClassName
{
border-color: #B732DD;
}
.TagClassName
{
border-color: #B732DD;
}
</style>