Shades of Medium Orchid #B761CE
Tints of Medium Orchid #B761CE
RGB
CMYK
RGB Variations
Color information
#B761CE (or 0xB761CE) is known color: Medium Orchid. HEX triplet: B7, 61 and CE. RGB value is (183,97,206). Sum of RGB (Red+Green+Blue) = 183+97+206=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #B761CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761CE is #489E31. Grayscale: #868686. Windows color (decimal): -4759090 or 13525431. OLE color: 13525431.
HSL color Cylindrical-coordinate representation of color #B761CE: hue angle of 287.34º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B761CE is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 97 | 206 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.19 |
| HSL | 287.34º | 0.53% | 0.59% | - |
| HSV(B) | 287.34º | 0.53% | 0.81% | - |
| XYZ | 34.94 | 23.07 | 61 | - |
| YUV | 135.14 | 167.99 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 206 | 0.11 | 0.53 | 0 | 0.19 | 287.34 | 0.53 | 0.59 |
| Hex | B7 | 61 | CE | B | 35 | 0 | 13 | 11F | 35 | 3B |
| Octal | 267 | 141 | 316 | 13 | 65 | 0 | 23 | 437 | 65 | 73 |
| Binary | 10110111 | 1100001 | 11001110 | 1011 | 110101 | 0 | 10011 | 100011111 | 110101 | 111011 |
Color Harmonies of #B761CE
Complementary color
Monochromatic Colors of #B761CE
Black with #B761CE
Text Example
Text Example
White with #B761CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761CE; }
p { color: rgb(183,97,206); }
H1.HeaderClassName
{
color: #B761CE;
}
.AnyTagClassName
{
color: #B761CE;
}
</style>
background-color css
<style>
a { background-color: #B761CE; }
a { background-color: rgb(183,97,206); }
div.DivClassName
{
background-color: #B761CE;
}
.BgClassName
{
background-color: #B761CE;
}
</style>
border-color css
<style>
span { border-color: #B761CE; }
span { border-color: rgb(183,97,206); }
td.TdClassName
{
border-color: #B761CE;
}
.TagClassName
{
border-color: #B761CE;
}
</style>