Shades of Medium Orchid #B76CCF
Tints of Medium Orchid #B76CCF
RGB
CMYK
RGB Variations
Color information
#B76CCF (or 0xB76CCF) is known color: Medium Orchid. HEX triplet: B7, 6C and CF. RGB value is (183,108,207). Sum of RGB (Red+Green+Blue) = 183+108+207=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B76CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CCF is #489330. Grayscale: #8D8D8D. Windows color (decimal): -4756273 or 13593783. OLE color: 13593783.
HSL color Cylindrical-coordinate representation of color #B76CCF: hue angle of 285.45º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76CCF is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 108 | 207 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.19 |
| HSL | 285.45º | 0.51% | 0.62% | - |
| HSV(B) | 285.45º | 0.48% | 0.81% | - |
| XYZ | 36.15 | 25.3 | 62.01 | - |
| YUV | 141.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 207 | 0.12 | 0.48 | 0 | 0.19 | 285.45 | 0.51 | 0.62 |
| Hex | B7 | 6C | CF | C | 30 | 0 | 13 | 11D | 33 | 3E |
| Octal | 267 | 154 | 317 | 14 | 60 | 0 | 23 | 435 | 63 | 76 |
| Binary | 10110111 | 1101100 | 11001111 | 1100 | 110000 | 0 | 10011 | 100011101 | 110011 | 111110 |
Color Harmonies of #B76CCF
Complementary color
Monochromatic Colors of #B76CCF
Black with #B76CCF
Text Example
Text Example
White with #B76CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CCF; }
p { color: rgb(183,108,207); }
H1.HeaderClassName
{
color: #B76CCF;
}
.AnyTagClassName
{
color: #B76CCF;
}
</style>
background-color css
<style>
a { background-color: #B76CCF; }
a { background-color: rgb(183,108,207); }
div.DivClassName
{
background-color: #B76CCF;
}
.BgClassName
{
background-color: #B76CCF;
}
</style>
border-color css
<style>
span { border-color: #B76CCF; }
span { border-color: rgb(183,108,207); }
td.TdClassName
{
border-color: #B76CCF;
}
.TagClassName
{
border-color: #B76CCF;
}
</style>