Shades of Medium Orchid #B63EF5
Tints of Medium Orchid #B63EF5
RGB
CMYK
RGB Variations
Color information
#B63EF5 (or 0xB63EF5) is known color: Medium Orchid. HEX triplet: B6, 3E and F5. RGB value is (182,62,245). Sum of RGB (Red+Green+Blue) = 182+62+245=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 245 (96.09% from 255 or 50.10% from 489); Max value from RGB is 245 - color contains mainly: blue. Hex color #B63EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EF5 is #49C10A. Grayscale: #767676. Windows color (decimal): -4833547 or 16072374. OLE color: 16072374.
HSL color Cylindrical-coordinate representation of color #B63EF5: hue angle of 279.34º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63EF5 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 62 | 245 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.04 |
| HSL | 279.34º | 0.9% | 0.6% | - |
| HSV(B) | 279.34º | 0.75% | 0.96% | - |
| XYZ | 37.5 | 19.98 | 88.27 | - |
| YUV | 118.74 | 199.26 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 245 | 0.26 | 0.75 | 0 | 0.04 | 279.34 | 0.9 | 0.6 |
| Hex | B6 | 3E | F5 | 1A | 4B | 0 | 4 | 117 | 5A | 3C |
| Octal | 266 | 76 | 365 | 32 | 113 | 0 | 4 | 427 | 132 | 74 |
| Binary | 10110110 | 111110 | 11110101 | 11010 | 1001011 | 0 | 100 | 100010111 | 1011010 | 111100 |
Color Harmonies of #B63EF5
Complementary color
Monochromatic Colors of #B63EF5
Black with #B63EF5
Text Example
Text Example
White with #B63EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63EF5; }
p { color: rgb(182,62,245); }
H1.HeaderClassName
{
color: #B63EF5;
}
.AnyTagClassName
{
color: #B63EF5;
}
</style>
background-color css
<style>
a { background-color: #B63EF5; }
a { background-color: rgb(182,62,245); }
div.DivClassName
{
background-color: #B63EF5;
}
.BgClassName
{
background-color: #B63EF5;
}
</style>
border-color css
<style>
span { border-color: #B63EF5; }
span { border-color: rgb(182,62,245); }
td.TdClassName
{
border-color: #B63EF5;
}
.TagClassName
{
border-color: #B63EF5;
}
</style>