Shades of Medium Orchid #B761CF
Tints of Medium Orchid #B761CF
RGB
CMYK
RGB Variations
Color information
#B761CF (or 0xB761CF) is known color: Medium Orchid. HEX triplet: B7, 61 and CF. RGB value is (183,97,207). Sum of RGB (Red+Green+Blue) = 183+97+207=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #B761CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761CF is #489E30. Grayscale: #868686. Windows color (decimal): -4759089 or 13590967. OLE color: 13590967.
HSL color Cylindrical-coordinate representation of color #B761CF: hue angle of 286.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B761CF is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 97 | 207 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.19 |
| HSL | 286.91º | 0.53% | 0.6% | - |
| HSV(B) | 286.91º | 0.53% | 0.81% | - |
| XYZ | 35.07 | 23.12 | 61.65 | - |
| YUV | 135.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 207 | 0.12 | 0.53 | 0 | 0.19 | 286.91 | 0.53 | 0.6 |
| Hex | B7 | 61 | CF | C | 35 | 0 | 13 | 11F | 35 | 3C |
| Octal | 267 | 141 | 317 | 14 | 65 | 0 | 23 | 437 | 65 | 74 |
| Binary | 10110111 | 1100001 | 11001111 | 1100 | 110101 | 0 | 10011 | 100011111 | 110101 | 111100 |
Color Harmonies of #B761CF
Complementary color
Monochromatic Colors of #B761CF
Black with #B761CF
Text Example
Text Example
White with #B761CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761CF; }
p { color: rgb(183,97,207); }
H1.HeaderClassName
{
color: #B761CF;
}
.AnyTagClassName
{
color: #B761CF;
}
</style>
background-color css
<style>
a { background-color: #B761CF; }
a { background-color: rgb(183,97,207); }
div.DivClassName
{
background-color: #B761CF;
}
.BgClassName
{
background-color: #B761CF;
}
</style>
border-color css
<style>
span { border-color: #B761CF; }
span { border-color: rgb(183,97,207); }
td.TdClassName
{
border-color: #B761CF;
}
.TagClassName
{
border-color: #B761CF;
}
</style>