Shades of Medium Orchid #B63EFC
Tints of Medium Orchid #B63EFC
RGB
CMYK
RGB Variations
Color information
#B63EFC (or 0xB63EFC) is known color: Medium Orchid. HEX triplet: B6, 3E and FC. RGB value is (182,62,252). Sum of RGB (Red+Green+Blue) = 182+62+252=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 62 (24.61% from 255 or 12.5% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #B63EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EFC is #49C103. Grayscale: #767676. Windows color (decimal): -4833540 or 16531126. OLE color: 16531126.
HSL color Cylindrical-coordinate representation of color #B63EFC: hue angle of 277.89º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63EFC is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 62 | 252 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.01 |
| HSL | 277.89º | 0.97% | 0.62% | - |
| HSV(B) | 277.89º | 0.75% | 0.99% | - |
| XYZ | 38.58 | 20.42 | 94 | - |
| YUV | 119.54 | 202.76 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 252 | 0.28 | 0.75 | 0 | 0.01 | 277.89 | 0.97 | 0.62 |
| Hex | B6 | 3E | FC | 1C | 4B | 0 | 1 | 116 | 61 | 3E |
| Octal | 266 | 76 | 374 | 34 | 113 | 0 | 1 | 426 | 141 | 76 |
| Binary | 10110110 | 111110 | 11111100 | 11100 | 1001011 | 0 | 1 | 100010110 | 1100001 | 111110 |
Color Harmonies of #B63EFC
Complementary color
Monochromatic Colors of #B63EFC
Black with #B63EFC
Text Example
Text Example
White with #B63EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63EFC; }
p { color: rgb(182,62,252); }
H1.HeaderClassName
{
color: #B63EFC;
}
.AnyTagClassName
{
color: #B63EFC;
}
</style>
background-color css
<style>
a { background-color: #B63EFC; }
a { background-color: rgb(182,62,252); }
div.DivClassName
{
background-color: #B63EFC;
}
.BgClassName
{
background-color: #B63EFC;
}
</style>
border-color css
<style>
span { border-color: #B63EFC; }
span { border-color: rgb(182,62,252); }
td.TdClassName
{
border-color: #B63EFC;
}
.TagClassName
{
border-color: #B63EFC;
}
</style>