Shades of Medium Orchid #B66CE4
Tints of Medium Orchid #B66CE4
RGB
CMYK
RGB Variations
Color information
#B66CE4 (or 0xB66CE4) is known color: Medium Orchid. HEX triplet: B6, 6C and E4. RGB value is (182,108,228). Sum of RGB (Red+Green+Blue) = 182+108+228=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #B66CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CE4 is #49931B. Grayscale: #8F8F8F. Windows color (decimal): -4821788 or 14970038. OLE color: 14970038.
HSL color Cylindrical-coordinate representation of color #B66CE4: hue angle of 277º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B66CE4 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 108 | 228 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.11 |
| HSL | 277º | 0.69% | 0.66% | - |
| HSV(B) | 277º | 0.53% | 0.89% | - |
| XYZ | 38.66 | 26.27 | 76.43 | - |
| YUV | 143.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 228 | 0.20 | 0.53 | 0 | 0.11 | 277 | 0.69 | 0.66 |
| Hex | B6 | 6C | E4 | 14 | 35 | 0 | B | 115 | 45 | 42 |
| Octal | 266 | 154 | 344 | 24 | 65 | 0 | 13 | 425 | 105 | 102 |
| Binary | 10110110 | 1101100 | 11100100 | 10100 | 110101 | 0 | 1011 | 100010101 | 1000101 | 1000010 |
Color Harmonies of #B66CE4
Complementary color
Monochromatic Colors of #B66CE4
Black with #B66CE4
Text Example
Text Example
White with #B66CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66CE4; }
p { color: rgb(182,108,228); }
H1.HeaderClassName
{
color: #B66CE4;
}
.AnyTagClassName
{
color: #B66CE4;
}
</style>
background-color css
<style>
a { background-color: #B66CE4; }
a { background-color: rgb(182,108,228); }
div.DivClassName
{
background-color: #B66CE4;
}
.BgClassName
{
background-color: #B66CE4;
}
</style>
border-color css
<style>
span { border-color: #B66CE4; }
span { border-color: rgb(182,108,228); }
td.TdClassName
{
border-color: #B66CE4;
}
.TagClassName
{
border-color: #B66CE4;
}
</style>