Shades of Medium Orchid #B63EEB
Tints of Medium Orchid #B63EEB
RGB
CMYK
RGB Variations
Color information
#B63EEB (or 0xB63EEB) is known color: Medium Orchid. HEX triplet: B6, 3E and EB. RGB value is (182,62,235). Sum of RGB (Red+Green+Blue) = 182+62+235=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #B63EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EEB is #49C114. Grayscale: #757575. Windows color (decimal): -4833557 or 15417014. OLE color: 15417014.
HSL color Cylindrical-coordinate representation of color #B63EEB: hue angle of 281.62º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63EEB is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 62 | 235 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.08 |
| HSL | 281.62º | 0.81% | 0.58% | - |
| HSV(B) | 281.62º | 0.74% | 0.92% | - |
| XYZ | 36.01 | 19.39 | 80.44 | - |
| YUV | 117.6 | 194.26 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 235 | 0.23 | 0.74 | 0 | 0.08 | 281.62 | 0.81 | 0.58 |
| Hex | B6 | 3E | EB | 17 | 4A | 0 | 8 | 11A | 51 | 3A |
| Octal | 266 | 76 | 353 | 27 | 112 | 0 | 10 | 432 | 121 | 72 |
| Binary | 10110110 | 111110 | 11101011 | 10111 | 1001010 | 0 | 1000 | 100011010 | 1010001 | 111010 |
Color Harmonies of #B63EEB
Complementary color
Monochromatic Colors of #B63EEB
Black with #B63EEB
Text Example
Text Example
White with #B63EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63EEB; }
p { color: rgb(182,62,235); }
H1.HeaderClassName
{
color: #B63EEB;
}
.AnyTagClassName
{
color: #B63EEB;
}
</style>
background-color css
<style>
a { background-color: #B63EEB; }
a { background-color: rgb(182,62,235); }
div.DivClassName
{
background-color: #B63EEB;
}
.BgClassName
{
background-color: #B63EEB;
}
</style>
border-color css
<style>
span { border-color: #B63EEB; }
span { border-color: rgb(182,62,235); }
td.TdClassName
{
border-color: #B63EEB;
}
.TagClassName
{
border-color: #B63EEB;
}
</style>