Shades of Medium Orchid #B66FE1
Tints of Medium Orchid #B66FE1
RGB
CMYK
RGB Variations
Color information
#B66FE1 (or 0xB66FE1) is known color: Medium Orchid. HEX triplet: B6, 6F and E1. RGB value is (182,111,225). Sum of RGB (Red+Green+Blue) = 182+111+225=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #B66FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FE1 is #49901E. Grayscale: #909090. Windows color (decimal): -4821023 or 14774198. OLE color: 14774198.
HSL color Cylindrical-coordinate representation of color #B66FE1: hue angle of 277.37º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B66FE1 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 111 | 225 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.12 |
| HSL | 277.37º | 0.66% | 0.66% | - |
| HSV(B) | 277.37º | 0.51% | 0.88% | - |
| XYZ | 38.57 | 26.75 | 74.36 | - |
| YUV | 145.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 225 | 0.19 | 0.51 | 0 | 0.12 | 277.37 | 0.66 | 0.66 |
| Hex | B6 | 6F | E1 | 13 | 33 | 0 | C | 115 | 42 | 42 |
| Octal | 266 | 157 | 341 | 23 | 63 | 0 | 14 | 425 | 102 | 102 |
| Binary | 10110110 | 1101111 | 11100001 | 10011 | 110011 | 0 | 1100 | 100010101 | 1000010 | 1000010 |
Color Harmonies of #B66FE1
Complementary color
Monochromatic Colors of #B66FE1
Black with #B66FE1
Text Example
Text Example
White with #B66FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66FE1; }
p { color: rgb(182,111,225); }
H1.HeaderClassName
{
color: #B66FE1;
}
.AnyTagClassName
{
color: #B66FE1;
}
</style>
background-color css
<style>
a { background-color: #B66FE1; }
a { background-color: rgb(182,111,225); }
div.DivClassName
{
background-color: #B66FE1;
}
.BgClassName
{
background-color: #B66FE1;
}
</style>
border-color css
<style>
span { border-color: #B66FE1; }
span { border-color: rgb(182,111,225); }
td.TdClassName
{
border-color: #B66FE1;
}
.TagClassName
{
border-color: #B66FE1;
}
</style>