Shades of Medium Orchid #B63BEC
Tints of Medium Orchid #B63BEC
RGB
CMYK
RGB Variations
Color information
#B63BEC (or 0xB63BEC) is known color: Medium Orchid. HEX triplet: B6, 3B and EC. RGB value is (182,59,236). Sum of RGB (Red+Green+Blue) = 182+59+236=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #B63BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63BEC is #49C413. Grayscale: #737373. Windows color (decimal): -4834324 or 15481782. OLE color: 15481782.
HSL color Cylindrical-coordinate representation of color #B63BEC: hue angle of 281.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63BEC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 59 | 236 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.07 |
| HSL | 281.69º | 0.82% | 0.58% | - |
| HSV(B) | 281.69º | 0.75% | 0.93% | - |
| XYZ | 36 | 19.13 | 81.15 | - |
| YUV | 115.96 | 195.75 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 236 | 0.23 | 0.75 | 0 | 0.07 | 281.69 | 0.82 | 0.58 |
| Hex | B6 | 3B | EC | 17 | 4B | 0 | 7 | 11A | 52 | 3A |
| Octal | 266 | 73 | 354 | 27 | 113 | 0 | 7 | 432 | 122 | 72 |
| Binary | 10110110 | 111011 | 11101100 | 10111 | 1001011 | 0 | 111 | 100011010 | 1010010 | 111010 |
Color Harmonies of #B63BEC
Complementary color
Monochromatic Colors of #B63BEC
Black with #B63BEC
Text Example
Text Example
White with #B63BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BEC; }
p { color: rgb(182,59,236); }
H1.HeaderClassName
{
color: #B63BEC;
}
.AnyTagClassName
{
color: #B63BEC;
}
</style>
background-color css
<style>
a { background-color: #B63BEC; }
a { background-color: rgb(182,59,236); }
div.DivClassName
{
background-color: #B63BEC;
}
.BgClassName
{
background-color: #B63BEC;
}
</style>
border-color css
<style>
span { border-color: #B63BEC; }
span { border-color: rgb(182,59,236); }
td.TdClassName
{
border-color: #B63BEC;
}
.TagClassName
{
border-color: #B63BEC;
}
</style>