Shades of Medium Orchid #B63EFF
Tints of Medium Orchid #B63EFF
RGB
CMYK
RGB Variations
Color information
#B63EFF (or 0xB63EFF) is known color: Medium Orchid. HEX triplet: B6, 3E and FF. RGB value is (182,62,255). Sum of RGB (Red+Green+Blue) = 182+62+255=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #B63EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EFF is #49C100. Grayscale: #777777. Windows color (decimal): -4833537 or 16727734. OLE color: 16727734.
HSL color Cylindrical-coordinate representation of color #B63EFF: hue angle of 277.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63EFF is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 62 | 255 | - |
| CMYK | 0.29 | 0.76 | 0 | 0 |
| HSL | 277.31º | 1% | 0.62% | - |
| HSV(B) | 277.31º | 0.76% | 1% | - |
| XYZ | 39.06 | 20.61 | 96.53 | - |
| YUV | 119.88 | 204.26 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 255 | 0.29 | 0.76 | 0 | 0 | 277.31 | 1 | 0.62 |
| Hex | B6 | 3E | FF | 1D | 4C | 0 | 0 | 115 | 64 | 3E |
| Octal | 266 | 76 | 377 | 35 | 114 | 0 | 0 | 425 | 144 | 76 |
| Binary | 10110110 | 111110 | 11111111 | 11101 | 1001100 | 0 | 0 | 100010101 | 1100100 | 111110 |
Color Harmonies of #B63EFF
Complementary color
Monochromatic Colors of #B63EFF
Black with #B63EFF
Text Example
Text Example
White with #B63EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63EFF; }
p { color: rgb(182,62,255); }
H1.HeaderClassName
{
color: #B63EFF;
}
.AnyTagClassName
{
color: #B63EFF;
}
</style>
background-color css
<style>
a { background-color: #B63EFF; }
a { background-color: rgb(182,62,255); }
div.DivClassName
{
background-color: #B63EFF;
}
.BgClassName
{
background-color: #B63EFF;
}
</style>
border-color css
<style>
span { border-color: #B63EFF; }
span { border-color: rgb(182,62,255); }
td.TdClassName
{
border-color: #B63EFF;
}
.TagClassName
{
border-color: #B63EFF;
}
</style>