Shades of Dark Orchid #B632E8
Tints of Dark Orchid #B632E8
RGB
CMYK
RGB Variations
Color information
#B632E8 (or 0xB632E8) is known color: Dark Orchid. HEX triplet: B6, 32 and E8. RGB value is (182,50,232). Sum of RGB (Red+Green+Blue) = 182+50+232=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #B632E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632E8 is #49CD17. Grayscale: #6D6D6D. Windows color (decimal): -4836632 or 15217334. OLE color: 15217334.
HSL color Cylindrical-coordinate representation of color #B632E8: hue angle of 283.52º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B632E8 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 50 | 232 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.09 |
| HSL | 283.52º | 0.8% | 0.55% | - |
| HSV(B) | 283.52º | 0.78% | 0.91% | - |
| XYZ | 35 | 18.05 | 77.98 | - |
| YUV | 110.22 | 196.73 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 232 | 0.22 | 0.78 | 0 | 0.09 | 283.52 | 0.8 | 0.55 |
| Hex | B6 | 32 | E8 | 16 | 4E | 0 | 9 | 11C | 50 | 37 |
| Octal | 266 | 62 | 350 | 26 | 116 | 0 | 11 | 434 | 120 | 67 |
| Binary | 10110110 | 110010 | 11101000 | 10110 | 1001110 | 0 | 1001 | 100011100 | 1010000 | 110111 |
Color Harmonies of #B632E8
Complementary color
Monochromatic Colors of #B632E8
Black with #B632E8
Text Example
Text Example
White with #B632E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632E8; }
p { color: rgb(182,50,232); }
H1.HeaderClassName
{
color: #B632E8;
}
.AnyTagClassName
{
color: #B632E8;
}
</style>
background-color css
<style>
a { background-color: #B632E8; }
a { background-color: rgb(182,50,232); }
div.DivClassName
{
background-color: #B632E8;
}
.BgClassName
{
background-color: #B632E8;
}
</style>
border-color css
<style>
span { border-color: #B632E8; }
span { border-color: rgb(182,50,232); }
td.TdClassName
{
border-color: #B632E8;
}
.TagClassName
{
border-color: #B632E8;
}
</style>