Shades of Dark Orchid #B632ED
Tints of Dark Orchid #B632ED
RGB
CMYK
RGB Variations
Color information
#B632ED (or 0xB632ED) is known color: Dark Orchid. HEX triplet: B6, 32 and ED. RGB value is (182,50,237). Sum of RGB (Red+Green+Blue) = 182+50+237=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #B632ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632ED is #49CD12. Grayscale: #6E6E6E. Windows color (decimal): -4836627 or 15545014. OLE color: 15545014.
HSL color Cylindrical-coordinate representation of color #B632ED: hue angle of 282.35º degrees, saturation: 0.84, 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 #B632ED is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 50 | 237 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.07 |
| HSL | 282.35º | 0.84% | 0.56% | - |
| HSV(B) | 282.35º | 0.79% | 0.93% | - |
| XYZ | 35.72 | 18.34 | 81.78 | - |
| YUV | 110.79 | 199.23 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 237 | 0.23 | 0.79 | 0 | 0.07 | 282.35 | 0.84 | 0.56 |
| Hex | B6 | 32 | ED | 17 | 4F | 0 | 7 | 11A | 54 | 38 |
| Octal | 266 | 62 | 355 | 27 | 117 | 0 | 7 | 432 | 124 | 70 |
| Binary | 10110110 | 110010 | 11101101 | 10111 | 1001111 | 0 | 111 | 100011010 | 1010100 | 111000 |
Color Harmonies of #B632ED
Complementary color
Monochromatic Colors of #B632ED
Black with #B632ED
Text Example
Text Example
White with #B632ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632ED; }
p { color: rgb(182,50,237); }
H1.HeaderClassName
{
color: #B632ED;
}
.AnyTagClassName
{
color: #B632ED;
}
</style>
background-color css
<style>
a { background-color: #B632ED; }
a { background-color: rgb(182,50,237); }
div.DivClassName
{
background-color: #B632ED;
}
.BgClassName
{
background-color: #B632ED;
}
</style>
border-color css
<style>
span { border-color: #B632ED; }
span { border-color: rgb(182,50,237); }
td.TdClassName
{
border-color: #B632ED;
}
.TagClassName
{
border-color: #B632ED;
}
</style>