Shades of Dark Orchid #B632EC
Tints of Dark Orchid #B632EC
RGB
CMYK
RGB Variations
Color information
#B632EC (or 0xB632EC) is known color: Dark Orchid. HEX triplet: B6, 32 and EC. RGB value is (182,50,236). Sum of RGB (Red+Green+Blue) = 182+50+236=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #B632EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632EC is #49CD13. Grayscale: #6E6E6E. Windows color (decimal): -4836628 or 15479478. OLE color: 15479478.
HSL color Cylindrical-coordinate representation of color #B632EC: hue angle of 282.58º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B632EC is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 50 | 236 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.07 |
| HSL | 282.58º | 0.83% | 0.56% | - |
| HSV(B) | 282.58º | 0.79% | 0.93% | - |
| XYZ | 35.57 | 18.28 | 81.01 | - |
| YUV | 110.67 | 198.73 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 236 | 0.23 | 0.79 | 0 | 0.07 | 282.58 | 0.83 | 0.56 |
| Hex | B6 | 32 | EC | 17 | 4F | 0 | 7 | 11B | 53 | 38 |
| Octal | 266 | 62 | 354 | 27 | 117 | 0 | 7 | 433 | 123 | 70 |
| Binary | 10110110 | 110010 | 11101100 | 10111 | 1001111 | 0 | 111 | 100011011 | 1010011 | 111000 |
Color Harmonies of #B632EC
Complementary color
Monochromatic Colors of #B632EC
Black with #B632EC
Text Example
Text Example
White with #B632EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632EC; }
p { color: rgb(182,50,236); }
H1.HeaderClassName
{
color: #B632EC;
}
.AnyTagClassName
{
color: #B632EC;
}
</style>
background-color css
<style>
a { background-color: #B632EC; }
a { background-color: rgb(182,50,236); }
div.DivClassName
{
background-color: #B632EC;
}
.BgClassName
{
background-color: #B632EC;
}
</style>
border-color css
<style>
span { border-color: #B632EC; }
span { border-color: rgb(182,50,236); }
td.TdClassName
{
border-color: #B632EC;
}
.TagClassName
{
border-color: #B632EC;
}
</style>