Shades of Medium Orchid #B63EF3
Tints of Medium Orchid #B63EF3
RGB
CMYK
RGB Variations
Color information
#B63EF3 (or 0xB63EF3) is known color: Medium Orchid. HEX triplet: B6, 3E and F3. RGB value is (182,62,243). Sum of RGB (Red+Green+Blue) = 182+62+243=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #B63EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EF3 is #49C10C. Grayscale: #757575. Windows color (decimal): -4833549 or 15941302. OLE color: 15941302.
HSL color Cylindrical-coordinate representation of color #B63EF3: hue angle of 279.78º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63EF3 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 62 | 243 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.05 |
| HSL | 279.78º | 0.88% | 0.6% | - |
| HSV(B) | 279.78º | 0.74% | 0.95% | - |
| XYZ | 37.19 | 19.86 | 86.67 | - |
| YUV | 118.51 | 198.26 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 243 | 0.25 | 0.74 | 0 | 0.05 | 279.78 | 0.88 | 0.6 |
| Hex | B6 | 3E | F3 | 19 | 4A | 0 | 5 | 118 | 58 | 3C |
| Octal | 266 | 76 | 363 | 31 | 112 | 0 | 5 | 430 | 130 | 74 |
| Binary | 10110110 | 111110 | 11110011 | 11001 | 1001010 | 0 | 101 | 100011000 | 1011000 | 111100 |
Color Harmonies of #B63EF3
Complementary color
Monochromatic Colors of #B63EF3
Black with #B63EF3
Text Example
Text Example
White with #B63EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63EF3; }
p { color: rgb(182,62,243); }
H1.HeaderClassName
{
color: #B63EF3;
}
.AnyTagClassName
{
color: #B63EF3;
}
</style>
background-color css
<style>
a { background-color: #B63EF3; }
a { background-color: rgb(182,62,243); }
div.DivClassName
{
background-color: #B63EF3;
}
.BgClassName
{
background-color: #B63EF3;
}
</style>
border-color css
<style>
span { border-color: #B63EF3; }
span { border-color: rgb(182,62,243); }
td.TdClassName
{
border-color: #B63EF3;
}
.TagClassName
{
border-color: #B63EF3;
}
</style>