Shades of Medium Orchid #B63AEF
Tints of Medium Orchid #B63AEF
RGB
CMYK
RGB Variations
Color information
#B63AEF (or 0xB63AEF) is known color: Medium Orchid. HEX triplet: B6, 3A and EF. RGB value is (182,58,239). Sum of RGB (Red+Green+Blue) = 182+58+239=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #B63AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63AEF is #49C510. Grayscale: #737373. Windows color (decimal): -4834577 or 15678134. OLE color: 15678134.
HSL color Cylindrical-coordinate representation of color #B63AEF: hue angle of 281.1º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63AEF is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 58 | 239 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.06 |
| HSL | 281.11º | 0.85% | 0.58% | - |
| HSV(B) | 281.11º | 0.76% | 0.94% | - |
| XYZ | 36.38 | 19.2 | 83.45 | - |
| YUV | 115.71 | 197.58 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 239 | 0.24 | 0.76 | 0 | 0.06 | 281.11 | 0.85 | 0.58 |
| Hex | B6 | 3A | EF | 18 | 4C | 0 | 6 | 119 | 55 | 3A |
| Octal | 266 | 72 | 357 | 30 | 114 | 0 | 6 | 431 | 125 | 72 |
| Binary | 10110110 | 111010 | 11101111 | 11000 | 1001100 | 0 | 110 | 100011001 | 1010101 | 111010 |
Color Harmonies of #B63AEF
Complementary color
Monochromatic Colors of #B63AEF
Black with #B63AEF
Text Example
Text Example
White with #B63AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63AEF; }
p { color: rgb(182,58,239); }
H1.HeaderClassName
{
color: #B63AEF;
}
.AnyTagClassName
{
color: #B63AEF;
}
</style>
background-color css
<style>
a { background-color: #B63AEF; }
a { background-color: rgb(182,58,239); }
div.DivClassName
{
background-color: #B63AEF;
}
.BgClassName
{
background-color: #B63AEF;
}
</style>
border-color css
<style>
span { border-color: #B63AEF; }
span { border-color: rgb(182,58,239); }
td.TdClassName
{
border-color: #B63AEF;
}
.TagClassName
{
border-color: #B63AEF;
}
</style>