Shades of Medium Orchid #B662E7
Tints of Medium Orchid #B662E7
RGB
CMYK
RGB Variations
Color information
#B662E7 (or 0xB662E7) is known color: Medium Orchid. HEX triplet: B6, 62 and E7. RGB value is (182,98,231). Sum of RGB (Red+Green+Blue) = 182+98+231=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 231 - color contains mainly: blue. Hex color #B662E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B662E7 is #499D18. Grayscale: #898989. Windows color (decimal): -4824345 or 15164086. OLE color: 15164086.
HSL color Cylindrical-coordinate representation of color #B662E7: hue angle of 277.89º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B662E7 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 98 | 231 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.09 |
| HSL | 277.89º | 0.73% | 0.65% | - |
| HSV(B) | 277.89º | 0.58% | 0.91% | - |
| XYZ | 38.08 | 24.45 | 78.31 | - |
| YUV | 138.28 | 180.33 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 231 | 0.21 | 0.58 | 0 | 0.09 | 277.89 | 0.73 | 0.65 |
| Hex | B6 | 62 | E7 | 15 | 3A | 0 | 9 | 116 | 49 | 41 |
| Octal | 266 | 142 | 347 | 25 | 72 | 0 | 11 | 426 | 111 | 101 |
| Binary | 10110110 | 1100010 | 11100111 | 10101 | 111010 | 0 | 1001 | 100010110 | 1001001 | 1000001 |
Color Harmonies of #B662E7
Complementary color
Monochromatic Colors of #B662E7
Black with #B662E7
Text Example
Text Example
White with #B662E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B662E7; }
p { color: rgb(182,98,231); }
H1.HeaderClassName
{
color: #B662E7;
}
.AnyTagClassName
{
color: #B662E7;
}
</style>
background-color css
<style>
a { background-color: #B662E7; }
a { background-color: rgb(182,98,231); }
div.DivClassName
{
background-color: #B662E7;
}
.BgClassName
{
background-color: #B662E7;
}
</style>
border-color css
<style>
span { border-color: #B662E7; }
span { border-color: rgb(182,98,231); }
td.TdClassName
{
border-color: #B662E7;
}
.TagClassName
{
border-color: #B662E7;
}
</style>