Shades of Medium Orchid #B63AEE
Tints of Medium Orchid #B63AEE
RGB
CMYK
RGB Variations
Color information
#B63AEE (or 0xB63AEE) is known color: Medium Orchid. HEX triplet: B6, 3A and EE. RGB value is (182,58,238). Sum of RGB (Red+Green+Blue) = 182+58+238=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #B63AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63AEE is #49C511. Grayscale: #737373. Windows color (decimal): -4834578 or 15612598. OLE color: 15612598.
HSL color Cylindrical-coordinate representation of color #B63AEE: hue angle of 281.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63AEE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 58 | 238 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.07 |
| HSL | 281.33º | 0.84% | 0.58% | - |
| HSV(B) | 281.33º | 0.76% | 0.93% | - |
| XYZ | 36.24 | 19.14 | 82.67 | - |
| YUV | 115.6 | 197.08 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 238 | 0.24 | 0.76 | 0 | 0.07 | 281.33 | 0.84 | 0.58 |
| Hex | B6 | 3A | EE | 18 | 4C | 0 | 7 | 119 | 54 | 3A |
| Octal | 266 | 72 | 356 | 30 | 114 | 0 | 7 | 431 | 124 | 72 |
| Binary | 10110110 | 111010 | 11101110 | 11000 | 1001100 | 0 | 111 | 100011001 | 1010100 | 111010 |
Color Harmonies of #B63AEE
Complementary color
Monochromatic Colors of #B63AEE
Black with #B63AEE
Text Example
Text Example
White with #B63AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63AEE; }
p { color: rgb(182,58,238); }
H1.HeaderClassName
{
color: #B63AEE;
}
.AnyTagClassName
{
color: #B63AEE;
}
</style>
background-color css
<style>
a { background-color: #B63AEE; }
a { background-color: rgb(182,58,238); }
div.DivClassName
{
background-color: #B63AEE;
}
.BgClassName
{
background-color: #B63AEE;
}
</style>
border-color css
<style>
span { border-color: #B63AEE; }
span { border-color: rgb(182,58,238); }
td.TdClassName
{
border-color: #B63AEE;
}
.TagClassName
{
border-color: #B63AEE;
}
</style>