Shades of Medium Orchid #B63BEE
Tints of Medium Orchid #B63BEE
RGB
CMYK
RGB Variations
Color information
#B63BEE (or 0xB63BEE) is known color: Medium Orchid. HEX triplet: B6, 3B and EE. RGB value is (182,59,238). Sum of RGB (Red+Green+Blue) = 182+59+238=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #B63BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63BEE is #49C411. Grayscale: #737373. Windows color (decimal): -4834322 or 15612854. OLE color: 15612854.
HSL color Cylindrical-coordinate representation of color #B63BEE: hue angle of 281.23º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63BEE is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 59 | 238 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.07 |
| HSL | 281.23º | 0.84% | 0.58% | - |
| HSV(B) | 281.23º | 0.75% | 0.93% | - |
| XYZ | 36.29 | 19.25 | 82.69 | - |
| YUV | 116.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 238 | 0.24 | 0.75 | 0 | 0.07 | 281.23 | 0.84 | 0.58 |
| Hex | B6 | 3B | EE | 18 | 4B | 0 | 7 | 119 | 54 | 3A |
| Octal | 266 | 73 | 356 | 30 | 113 | 0 | 7 | 431 | 124 | 72 |
| Binary | 10110110 | 111011 | 11101110 | 11000 | 1001011 | 0 | 111 | 100011001 | 1010100 | 111010 |
Color Harmonies of #B63BEE
Complementary color
Monochromatic Colors of #B63BEE
Black with #B63BEE
Text Example
Text Example
White with #B63BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BEE; }
p { color: rgb(182,59,238); }
H1.HeaderClassName
{
color: #B63BEE;
}
.AnyTagClassName
{
color: #B63BEE;
}
</style>
background-color css
<style>
a { background-color: #B63BEE; }
a { background-color: rgb(182,59,238); }
div.DivClassName
{
background-color: #B63BEE;
}
.BgClassName
{
background-color: #B63BEE;
}
</style>
border-color css
<style>
span { border-color: #B63BEE; }
span { border-color: rgb(182,59,238); }
td.TdClassName
{
border-color: #B63BEE;
}
.TagClassName
{
border-color: #B63BEE;
}
</style>