Shades of Medium Orchid #B761E5
Tints of Medium Orchid #B761E5
RGB
CMYK
RGB Variations
Color information
#B761E5 (or 0xB761E5) is known color: Medium Orchid. HEX triplet: B7, 61 and E5. RGB value is (183,97,229). Sum of RGB (Red+Green+Blue) = 183+97+229=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #B761E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761E5 is #489E1A. Grayscale: #898989. Windows color (decimal): -4759067 or 15032759. OLE color: 15032759.
HSL color Cylindrical-coordinate representation of color #B761E5: hue angle of 279.09º 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 #B761E5 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 97 | 229 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.10 |
| HSL | 279.09º | 0.72% | 0.64% | - |
| HSV(B) | 279.09º | 0.58% | 0.9% | - |
| XYZ | 37.95 | 24.27 | 76.81 | - |
| YUV | 137.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 229 | 0.20 | 0.58 | 0 | 0.10 | 279.09 | 0.72 | 0.64 |
| Hex | B7 | 61 | E5 | 14 | 3A | 0 | A | 117 | 48 | 40 |
| Octal | 267 | 141 | 345 | 24 | 72 | 0 | 12 | 427 | 110 | 100 |
| Binary | 10110111 | 1100001 | 11100101 | 10100 | 111010 | 0 | 1010 | 100010111 | 1001000 | 1000000 |
Color Harmonies of #B761E5
Complementary color
Monochromatic Colors of #B761E5
Black with #B761E5
Text Example
Text Example
White with #B761E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761E5; }
p { color: rgb(183,97,229); }
H1.HeaderClassName
{
color: #B761E5;
}
.AnyTagClassName
{
color: #B761E5;
}
</style>
background-color css
<style>
a { background-color: #B761E5; }
a { background-color: rgb(183,97,229); }
div.DivClassName
{
background-color: #B761E5;
}
.BgClassName
{
background-color: #B761E5;
}
</style>
border-color css
<style>
span { border-color: #B761E5; }
span { border-color: rgb(183,97,229); }
td.TdClassName
{
border-color: #B761E5;
}
.TagClassName
{
border-color: #B761E5;
}
</style>