Shades of Medium Orchid #B63FEF
Tints of Medium Orchid #B63FEF
RGB
CMYK
RGB Variations
Color information
#B63FEF (or 0xB63FEF) is known color: Medium Orchid. HEX triplet: B6, 3F and EF. RGB value is (182,63,239). Sum of RGB (Red+Green+Blue) = 182+63+239=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #B63FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FEF is #49C010. Grayscale: #767676. Windows color (decimal): -4833297 or 15679414. OLE color: 15679414.
HSL color Cylindrical-coordinate representation of color #B63FEF: hue angle of 280.57º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63FEF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 63 | 239 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.06 |
| HSL | 280.57º | 0.85% | 0.59% | - |
| HSV(B) | 280.57º | 0.74% | 0.94% | - |
| XYZ | 36.65 | 19.73 | 83.54 | - |
| YUV | 118.65 | 195.92 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 239 | 0.24 | 0.74 | 0 | 0.06 | 280.57 | 0.85 | 0.59 |
| Hex | B6 | 3F | EF | 18 | 4A | 0 | 6 | 119 | 55 | 3B |
| Octal | 266 | 77 | 357 | 30 | 112 | 0 | 6 | 431 | 125 | 73 |
| Binary | 10110110 | 111111 | 11101111 | 11000 | 1001010 | 0 | 110 | 100011001 | 1010101 | 111011 |
Color Harmonies of #B63FEF
Complementary color
Monochromatic Colors of #B63FEF
Black with #B63FEF
Text Example
Text Example
White with #B63FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FEF; }
p { color: rgb(182,63,239); }
H1.HeaderClassName
{
color: #B63FEF;
}
.AnyTagClassName
{
color: #B63FEF;
}
</style>
background-color css
<style>
a { background-color: #B63FEF; }
a { background-color: rgb(182,63,239); }
div.DivClassName
{
background-color: #B63FEF;
}
.BgClassName
{
background-color: #B63FEF;
}
</style>
border-color css
<style>
span { border-color: #B63FEF; }
span { border-color: rgb(182,63,239); }
td.TdClassName
{
border-color: #B63FEF;
}
.TagClassName
{
border-color: #B63FEF;
}
</style>