Shades of Dark Orchid #B632E4
Tints of Dark Orchid #B632E4
RGB
CMYK
RGB Variations
Color information
#B632E4 (or 0xB632E4) is known color: Dark Orchid. HEX triplet: B6, 32 and E4. RGB value is (182,50,228). Sum of RGB (Red+Green+Blue) = 182+50+228=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #B632E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632E4 is #49CD1B. Grayscale: #6D6D6D. Windows color (decimal): -4836636 or 14955190. OLE color: 14955190.
HSL color Cylindrical-coordinate representation of color #B632E4: hue angle of 284.49º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B632E4 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 50 | 228 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.11 |
| HSL | 284.49º | 0.77% | 0.55% | - |
| HSV(B) | 284.49º | 0.78% | 0.89% | - |
| XYZ | 34.44 | 17.83 | 75.02 | - |
| YUV | 109.76 | 194.73 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 228 | 0.20 | 0.78 | 0 | 0.11 | 284.49 | 0.77 | 0.55 |
| Hex | B6 | 32 | E4 | 14 | 4E | 0 | B | 11C | 4D | 37 |
| Octal | 266 | 62 | 344 | 24 | 116 | 0 | 13 | 434 | 115 | 67 |
| Binary | 10110110 | 110010 | 11100100 | 10100 | 1001110 | 0 | 1011 | 100011100 | 1001101 | 110111 |
Color Harmonies of #B632E4
Complementary color
Monochromatic Colors of #B632E4
Black with #B632E4
Text Example
Text Example
White with #B632E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632E4; }
p { color: rgb(182,50,228); }
H1.HeaderClassName
{
color: #B632E4;
}
.AnyTagClassName
{
color: #B632E4;
}
</style>
background-color css
<style>
a { background-color: #B632E4; }
a { background-color: rgb(182,50,228); }
div.DivClassName
{
background-color: #B632E4;
}
.BgClassName
{
background-color: #B632E4;
}
</style>
border-color css
<style>
span { border-color: #B632E4; }
span { border-color: rgb(182,50,228); }
td.TdClassName
{
border-color: #B632E4;
}
.TagClassName
{
border-color: #B632E4;
}
</style>