Shades of Medium Orchid #B63CEF
Tints of Medium Orchid #B63CEF
RGB
CMYK
RGB Variations
Color information
#B63CEF (or 0xB63CEF) is known color: Medium Orchid. HEX triplet: B6, 3C and EF. RGB value is (182,60,239). Sum of RGB (Red+Green+Blue) = 182+60+239=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #B63CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CEF is #49C310. Grayscale: #747474. Windows color (decimal): -4834065 or 15678646. OLE color: 15678646.
HSL color Cylindrical-coordinate representation of color #B63CEF: hue angle of 280.89º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63CEF is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 60 | 239 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.06 |
| HSL | 280.89º | 0.85% | 0.59% | - |
| HSV(B) | 280.89º | 0.75% | 0.94% | - |
| XYZ | 36.49 | 19.41 | 83.48 | - |
| YUV | 116.88 | 196.92 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 239 | 0.24 | 0.75 | 0 | 0.06 | 280.89 | 0.85 | 0.59 |
| Hex | B6 | 3C | EF | 18 | 4B | 0 | 6 | 119 | 55 | 3B |
| Octal | 266 | 74 | 357 | 30 | 113 | 0 | 6 | 431 | 125 | 73 |
| Binary | 10110110 | 111100 | 11101111 | 11000 | 1001011 | 0 | 110 | 100011001 | 1010101 | 111011 |
Color Harmonies of #B63CEF
Complementary color
Monochromatic Colors of #B63CEF
Black with #B63CEF
Text Example
Text Example
White with #B63CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63CEF; }
p { color: rgb(182,60,239); }
H1.HeaderClassName
{
color: #B63CEF;
}
.AnyTagClassName
{
color: #B63CEF;
}
</style>
background-color css
<style>
a { background-color: #B63CEF; }
a { background-color: rgb(182,60,239); }
div.DivClassName
{
background-color: #B63CEF;
}
.BgClassName
{
background-color: #B63CEF;
}
</style>
border-color css
<style>
span { border-color: #B63CEF; }
span { border-color: rgb(182,60,239); }
td.TdClassName
{
border-color: #B63CEF;
}
.TagClassName
{
border-color: #B63CEF;
}
</style>