Shades of Dark Orchid #B632DD
Tints of Dark Orchid #B632DD
RGB
CMYK
RGB Variations
Color information
#B632DD (or 0xB632DD) is known color: Dark Orchid. HEX triplet: B6, 32 and DD. RGB value is (182,50,221). Sum of RGB (Red+Green+Blue) = 182+50+221=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #B632DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632DD is #49CD22. Grayscale: #6C6C6C. Windows color (decimal): -4836643 or 14496438. OLE color: 14496438.
HSL color Cylindrical-coordinate representation of color #B632DD: hue angle of 286.32º 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 #B632DD is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 50 | 221 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.13 |
| HSL | 286.32º | 0.72% | 0.53% | - |
| HSV(B) | 286.32º | 0.77% | 0.87% | - |
| XYZ | 33.48 | 17.45 | 70.01 | - |
| YUV | 108.96 | 191.23 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 221 | 0.18 | 0.77 | 0 | 0.13 | 286.32 | 0.72 | 0.53 |
| Hex | B6 | 32 | DD | 12 | 4D | 0 | D | 11E | 48 | 35 |
| Octal | 266 | 62 | 335 | 22 | 115 | 0 | 15 | 436 | 110 | 65 |
| Binary | 10110110 | 110010 | 11011101 | 10010 | 1001101 | 0 | 1101 | 100011110 | 1001000 | 110101 |
Color Harmonies of #B632DD
Complementary color
Monochromatic Colors of #B632DD
Black with #B632DD
Text Example
Text Example
White with #B632DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632DD; }
p { color: rgb(182,50,221); }
H1.HeaderClassName
{
color: #B632DD;
}
.AnyTagClassName
{
color: #B632DD;
}
</style>
background-color css
<style>
a { background-color: #B632DD; }
a { background-color: rgb(182,50,221); }
div.DivClassName
{
background-color: #B632DD;
}
.BgClassName
{
background-color: #B632DD;
}
</style>
border-color css
<style>
span { border-color: #B632DD; }
span { border-color: rgb(182,50,221); }
td.TdClassName
{
border-color: #B632DD;
}
.TagClassName
{
border-color: #B632DD;
}
</style>