Shades of Medium Orchid #B76FCF
Tints of Medium Orchid #B76FCF
RGB
CMYK
RGB Variations
Color information
#B76FCF (or 0xB76FCF) is known color: Medium Orchid. HEX triplet: B7, 6F and CF. RGB value is (183,111,207). Sum of RGB (Red+Green+Blue) = 183+111+207=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #B76FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FCF is #489030. Grayscale: #8F8F8F. Windows color (decimal): -4755505 or 13594551. OLE color: 13594551.
HSL color Cylindrical-coordinate representation of color #B76FCF: hue angle of 285º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76FCF is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 111 | 207 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.19 |
| HSL | 285º | 0.5% | 0.62% | - |
| HSV(B) | 285º | 0.46% | 0.81% | - |
| XYZ | 36.48 | 25.94 | 62.12 | - |
| YUV | 143.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 207 | 0.12 | 0.46 | 0 | 0.19 | 285 | 0.5 | 0.62 |
| Hex | B7 | 6F | CF | C | 2E | 0 | 13 | 11D | 32 | 3E |
| Octal | 267 | 157 | 317 | 14 | 56 | 0 | 23 | 435 | 62 | 76 |
| Binary | 10110111 | 1101111 | 11001111 | 1100 | 101110 | 0 | 10011 | 100011101 | 110010 | 111110 |
Color Harmonies of #B76FCF
Complementary color
Monochromatic Colors of #B76FCF
Black with #B76FCF
Text Example
Text Example
White with #B76FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FCF; }
p { color: rgb(183,111,207); }
H1.HeaderClassName
{
color: #B76FCF;
}
.AnyTagClassName
{
color: #B76FCF;
}
</style>
background-color css
<style>
a { background-color: #B76FCF; }
a { background-color: rgb(183,111,207); }
div.DivClassName
{
background-color: #B76FCF;
}
.BgClassName
{
background-color: #B76FCF;
}
</style>
border-color css
<style>
span { border-color: #B76FCF; }
span { border-color: rgb(183,111,207); }
td.TdClassName
{
border-color: #B76FCF;
}
.TagClassName
{
border-color: #B76FCF;
}
</style>