Shades of Medium Orchid #B63FEC
Tints of Medium Orchid #B63FEC
RGB
CMYK
RGB Variations
Color information
#B63FEC (or 0xB63FEC) is known color: Medium Orchid. HEX triplet: B6, 3F and EC. RGB value is (182,63,236). Sum of RGB (Red+Green+Blue) = 182+63+236=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #B63FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FEC is #49C013. Grayscale: #757575. Windows color (decimal): -4833300 or 15482806. OLE color: 15482806.
HSL color Cylindrical-coordinate representation of color #B63FEC: hue angle of 281.27º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63FEC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 63 | 236 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.07 |
| HSL | 281.27º | 0.82% | 0.59% | - |
| HSV(B) | 281.27º | 0.73% | 0.93% | - |
| XYZ | 36.21 | 19.56 | 81.22 | - |
| YUV | 118.3 | 194.42 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 236 | 0.23 | 0.73 | 0 | 0.07 | 281.27 | 0.82 | 0.59 |
| Hex | B6 | 3F | EC | 17 | 49 | 0 | 7 | 119 | 52 | 3B |
| Octal | 266 | 77 | 354 | 27 | 111 | 0 | 7 | 431 | 122 | 73 |
| Binary | 10110110 | 111111 | 11101100 | 10111 | 1001001 | 0 | 111 | 100011001 | 1010010 | 111011 |
Color Harmonies of #B63FEC
Complementary color
Monochromatic Colors of #B63FEC
Black with #B63FEC
Text Example
Text Example
White with #B63FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FEC; }
p { color: rgb(182,63,236); }
H1.HeaderClassName
{
color: #B63FEC;
}
.AnyTagClassName
{
color: #B63FEC;
}
</style>
background-color css
<style>
a { background-color: #B63FEC; }
a { background-color: rgb(182,63,236); }
div.DivClassName
{
background-color: #B63FEC;
}
.BgClassName
{
background-color: #B63FEC;
}
</style>
border-color css
<style>
span { border-color: #B63FEC; }
span { border-color: rgb(182,63,236); }
td.TdClassName
{
border-color: #B63FEC;
}
.TagClassName
{
border-color: #B63FEC;
}
</style>