Shades of Dark Orchid #B632E6
Tints of Dark Orchid #B632E6
RGB
CMYK
RGB Variations
Color information
#B632E6 (or 0xB632E6) is known color: Dark Orchid. HEX triplet: B6, 32 and E6. RGB value is (182,50,230). Sum of RGB (Red+Green+Blue) = 182+50+230=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #B632E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632E6 is #49CD19. Grayscale: #6D6D6D. Windows color (decimal): -4836634 or 15086262. OLE color: 15086262.
HSL color Cylindrical-coordinate representation of color #B632E6: hue angle of 284º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B632E6 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 50 | 230 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.10 |
| HSL | 284º | 0.78% | 0.55% | - |
| HSV(B) | 284º | 0.78% | 0.9% | - |
| XYZ | 34.71 | 17.94 | 76.5 | - |
| YUV | 109.99 | 195.73 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 230 | 0.21 | 0.78 | 0 | 0.10 | 284 | 0.78 | 0.55 |
| Hex | B6 | 32 | E6 | 15 | 4E | 0 | A | 11C | 4E | 37 |
| Octal | 266 | 62 | 346 | 25 | 116 | 0 | 12 | 434 | 116 | 67 |
| Binary | 10110110 | 110010 | 11100110 | 10101 | 1001110 | 0 | 1010 | 100011100 | 1001110 | 110111 |
Color Harmonies of #B632E6
Complementary color
Monochromatic Colors of #B632E6
Black with #B632E6
Text Example
Text Example
White with #B632E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632E6; }
p { color: rgb(182,50,230); }
H1.HeaderClassName
{
color: #B632E6;
}
.AnyTagClassName
{
color: #B632E6;
}
</style>
background-color css
<style>
a { background-color: #B632E6; }
a { background-color: rgb(182,50,230); }
div.DivClassName
{
background-color: #B632E6;
}
.BgClassName
{
background-color: #B632E6;
}
</style>
border-color css
<style>
span { border-color: #B632E6; }
span { border-color: rgb(182,50,230); }
td.TdClassName
{
border-color: #B632E6;
}
.TagClassName
{
border-color: #B632E6;
}
</style>