Shades of Medium Orchid #B761CC
Tints of Medium Orchid #B761CC
RGB
CMYK
RGB Variations
Color information
#B761CC (or 0xB761CC) is known color: Medium Orchid. HEX triplet: B7, 61 and CC. RGB value is (183,97,204). Sum of RGB (Red+Green+Blue) = 183+97+204=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #B761CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761CC is #489E33. Grayscale: #868686. Windows color (decimal): -4759092 or 13394359. OLE color: 13394359.
HSL color Cylindrical-coordinate representation of color #B761CC: hue angle of 288.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B761CC is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 97 | 204 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.2 |
| HSL | 288.22º | 0.51% | 0.59% | - |
| HSV(B) | 288.22º | 0.52% | 0.8% | - |
| XYZ | 34.7 | 22.98 | 59.73 | - |
| YUV | 134.91 | 166.99 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 204 | 0.10 | 0.52 | 0 | 0.2 | 288.22 | 0.51 | 0.59 |
| Hex | B7 | 61 | CC | A | 34 | 0 | 14 | 120 | 33 | 3B |
| Octal | 267 | 141 | 314 | 12 | 64 | 0 | 24 | 440 | 63 | 73 |
| Binary | 10110111 | 1100001 | 11001100 | 1010 | 110100 | 0 | 10100 | 100100000 | 110011 | 111011 |
Color Harmonies of #B761CC
Complementary color
Monochromatic Colors of #B761CC
Black with #B761CC
Text Example
Text Example
White with #B761CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761CC; }
p { color: rgb(183,97,204); }
H1.HeaderClassName
{
color: #B761CC;
}
.AnyTagClassName
{
color: #B761CC;
}
</style>
background-color css
<style>
a { background-color: #B761CC; }
a { background-color: rgb(183,97,204); }
div.DivClassName
{
background-color: #B761CC;
}
.BgClassName
{
background-color: #B761CC;
}
</style>
border-color css
<style>
span { border-color: #B761CC; }
span { border-color: rgb(183,97,204); }
td.TdClassName
{
border-color: #B761CC;
}
.TagClassName
{
border-color: #B761CC;
}
</style>