Shades of Medium Orchid #B663EE
Tints of Medium Orchid #B663EE
RGB
CMYK
RGB Variations
Color information
#B663EE (or 0xB663EE) is known color: Medium Orchid. HEX triplet: B6, 63 and EE. RGB value is (182,99,238). Sum of RGB (Red+Green+Blue) = 182+99+238=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #B663EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B663EE is #499C11. Grayscale: #8B8B8B. Windows color (decimal): -4824082 or 15623094. OLE color: 15623094.
HSL color Cylindrical-coordinate representation of color #B663EE: hue angle of 275.83º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B663EE is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 99 | 238 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.07 |
| HSL | 275.83º | 0.8% | 0.66% | - |
| HSV(B) | 275.83º | 0.58% | 0.93% | - |
| XYZ | 39.19 | 25.04 | 83.66 | - |
| YUV | 139.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 238 | 0.24 | 0.58 | 0 | 0.07 | 275.83 | 0.8 | 0.66 |
| Hex | B6 | 63 | EE | 18 | 3A | 0 | 7 | 114 | 50 | 42 |
| Octal | 266 | 143 | 356 | 30 | 72 | 0 | 7 | 424 | 120 | 102 |
| Binary | 10110110 | 1100011 | 11101110 | 11000 | 111010 | 0 | 111 | 100010100 | 1010000 | 1000010 |
Color Harmonies of #B663EE
Complementary color
Monochromatic Colors of #B663EE
Black with #B663EE
Text Example
Text Example
White with #B663EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B663EE; }
p { color: rgb(182,99,238); }
H1.HeaderClassName
{
color: #B663EE;
}
.AnyTagClassName
{
color: #B663EE;
}
</style>
background-color css
<style>
a { background-color: #B663EE; }
a { background-color: rgb(182,99,238); }
div.DivClassName
{
background-color: #B663EE;
}
.BgClassName
{
background-color: #B663EE;
}
</style>
border-color css
<style>
span { border-color: #B663EE; }
span { border-color: rgb(182,99,238); }
td.TdClassName
{
border-color: #B663EE;
}
.TagClassName
{
border-color: #B663EE;
}
</style>