Shades of Medium Orchid #B661E5
Tints of Medium Orchid #B661E5
RGB
CMYK
RGB Variations
Color information
#B661E5 (or 0xB661E5) is known color: Medium Orchid. HEX triplet: B6, 61 and E5. RGB value is (182,97,229). Sum of RGB (Red+Green+Blue) = 182+97+229=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #B661E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B661E5 is #499E1A. Grayscale: #898989. Windows color (decimal): -4824603 or 15032758. OLE color: 15032758.
HSL color Cylindrical-coordinate representation of color #B661E5: hue angle of 278.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B661E5 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 97 | 229 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.10 |
| HSL | 278.64º | 0.72% | 0.64% | - |
| HSV(B) | 278.64º | 0.58% | 0.9% | - |
| XYZ | 37.71 | 24.15 | 76.8 | - |
| YUV | 137.46 | 179.66 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 97 | 229 | 0.21 | 0.58 | 0 | 0.10 | 278.64 | 0.72 | 0.64 |
| Hex | B6 | 61 | E5 | 15 | 3A | 0 | A | 117 | 48 | 40 |
| Octal | 266 | 141 | 345 | 25 | 72 | 0 | 12 | 427 | 110 | 100 |
| Binary | 10110110 | 1100001 | 11100101 | 10101 | 111010 | 0 | 1010 | 100010111 | 1001000 | 1000000 |
Color Harmonies of #B661E5
Complementary color
Monochromatic Colors of #B661E5
Black with #B661E5
Text Example
Text Example
White with #B661E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B661E5; }
p { color: rgb(182,97,229); }
H1.HeaderClassName
{
color: #B661E5;
}
.AnyTagClassName
{
color: #B661E5;
}
</style>
background-color css
<style>
a { background-color: #B661E5; }
a { background-color: rgb(182,97,229); }
div.DivClassName
{
background-color: #B661E5;
}
.BgClassName
{
background-color: #B661E5;
}
</style>
border-color css
<style>
span { border-color: #B661E5; }
span { border-color: rgb(182,97,229); }
td.TdClassName
{
border-color: #B661E5;
}
.TagClassName
{
border-color: #B661E5;
}
</style>