Shades of Medium Orchid #B761C8
Tints of Medium Orchid #B761C8
RGB
CMYK
RGB Variations
Color information
#B761C8 (or 0xB761C8) is known color: Medium Orchid. HEX triplet: B7, 61 and C8. RGB value is (183,97,200). Sum of RGB (Red+Green+Blue) = 183+97+200=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 200 - color contains mainly: blue. Hex color #B761C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761C8 is #489E37. Grayscale: #868686. Windows color (decimal): -4759096 or 13132215. OLE color: 13132215.
HSL color Cylindrical-coordinate representation of color #B761C8: hue angle of 290.1º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B761C8 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 97 | 200 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.22 |
| HSL | 290.1º | 0.48% | 0.58% | - |
| HSV(B) | 290.1º | 0.52% | 0.78% | - |
| XYZ | 34.23 | 22.79 | 57.24 | - |
| YUV | 134.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 200 | 0.08 | 0.52 | 0 | 0.22 | 290.1 | 0.48 | 0.58 |
| Hex | B7 | 61 | C8 | 8 | 34 | 0 | 16 | 122 | 30 | 3A |
| Octal | 267 | 141 | 310 | 10 | 64 | 0 | 26 | 442 | 60 | 72 |
| Binary | 10110111 | 1100001 | 11001000 | 1000 | 110100 | 0 | 10110 | 100100010 | 110000 | 111010 |
Color Harmonies of #B761C8
Complementary color
Monochromatic Colors of #B761C8
Black with #B761C8
Text Example
Text Example
White with #B761C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761C8; }
p { color: rgb(183,97,200); }
H1.HeaderClassName
{
color: #B761C8;
}
.AnyTagClassName
{
color: #B761C8;
}
</style>
background-color css
<style>
a { background-color: #B761C8; }
a { background-color: rgb(183,97,200); }
div.DivClassName
{
background-color: #B761C8;
}
.BgClassName
{
background-color: #B761C8;
}
</style>
border-color css
<style>
span { border-color: #B761C8; }
span { border-color: rgb(183,97,200); }
td.TdClassName
{
border-color: #B761C8;
}
.TagClassName
{
border-color: #B761C8;
}
</style>