Shades of Dark Orchid #B632CE
Tints of Dark Orchid #B632CE
RGB
CMYK
RGB Variations
Color information
#B632CE (or 0xB632CE) is known color: Dark Orchid. HEX triplet: B6, 32 and CE. RGB value is (182,50,206). Sum of RGB (Red+Green+Blue) = 182+50+206=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #B632CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632CE is #49CD31. Grayscale: #6A6A6A. Windows color (decimal): -4836658 or 13513398. OLE color: 13513398.
HSL color Cylindrical-coordinate representation of color #B632CE: hue angle of 290.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B632CE is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 50 | 206 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.19 |
| HSL | 290.77º | 0.61% | 0.5% | - |
| HSV(B) | 290.77º | 0.76% | 0.81% | - |
| XYZ | 31.57 | 16.68 | 59.95 | - |
| YUV | 107.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 206 | 0.12 | 0.76 | 0 | 0.19 | 290.77 | 0.61 | 0.5 |
| Hex | B6 | 32 | CE | C | 4C | 0 | 13 | 123 | 3D | 32 |
| Octal | 266 | 62 | 316 | 14 | 114 | 0 | 23 | 443 | 75 | 62 |
| Binary | 10110110 | 110010 | 11001110 | 1100 | 1001100 | 0 | 10011 | 100100011 | 111101 | 110010 |
Color Harmonies of #B632CE
Complementary color
Monochromatic Colors of #B632CE
Black with #B632CE
Text Example
Text Example
White with #B632CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632CE; }
p { color: rgb(182,50,206); }
H1.HeaderClassName
{
color: #B632CE;
}
.AnyTagClassName
{
color: #B632CE;
}
</style>
background-color css
<style>
a { background-color: #B632CE; }
a { background-color: rgb(182,50,206); }
div.DivClassName
{
background-color: #B632CE;
}
.BgClassName
{
background-color: #B632CE;
}
</style>
border-color css
<style>
span { border-color: #B632CE; }
span { border-color: rgb(182,50,206); }
td.TdClassName
{
border-color: #B632CE;
}
.TagClassName
{
border-color: #B632CE;
}
</style>