Shades of Medium Orchid #B663E4
Tints of Medium Orchid #B663E4
RGB
CMYK
RGB Variations
Color information
#B663E4 (or 0xB663E4) is known color: Medium Orchid. HEX triplet: B6, 63 and E4. RGB value is (182,99,228). Sum of RGB (Red+Green+Blue) = 182+99+228=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #B663E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663E4 is #499C1B. Grayscale: #8A8A8A. Windows color (decimal): -4824092 or 14967734. OLE color: 14967734.
HSL color Cylindrical-coordinate representation of color #B663E4: hue angle of 278.6º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B663E4 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 99 | 228 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.11 |
| HSL | 278.6º | 0.7% | 0.64% | - |
| HSV(B) | 278.6º | 0.57% | 0.89% | - |
| XYZ | 37.76 | 24.47 | 76.13 | - |
| YUV | 138.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 228 | 0.20 | 0.57 | 0 | 0.11 | 278.6 | 0.7 | 0.64 |
| Hex | B6 | 63 | E4 | 14 | 39 | 0 | B | 117 | 46 | 40 |
| Octal | 266 | 143 | 344 | 24 | 71 | 0 | 13 | 427 | 106 | 100 |
| Binary | 10110110 | 1100011 | 11100100 | 10100 | 111001 | 0 | 1011 | 100010111 | 1000110 | 1000000 |
Color Harmonies of #B663E4
Complementary color
Monochromatic Colors of #B663E4
Black with #B663E4
Text Example
Text Example
White with #B663E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B663E4; }
p { color: rgb(182,99,228); }
H1.HeaderClassName
{
color: #B663E4;
}
.AnyTagClassName
{
color: #B663E4;
}
</style>
background-color css
<style>
a { background-color: #B663E4; }
a { background-color: rgb(182,99,228); }
div.DivClassName
{
background-color: #B663E4;
}
.BgClassName
{
background-color: #B663E4;
}
</style>
border-color css
<style>
span { border-color: #B663E4; }
span { border-color: rgb(182,99,228); }
td.TdClassName
{
border-color: #B663E4;
}
.TagClassName
{
border-color: #B663E4;
}
</style>