Shades of Medium Orchid #B76ACF
Tints of Medium Orchid #B76ACF
RGB
CMYK
RGB Variations
Color information
#B76ACF (or 0xB76ACF) is known color: Medium Orchid. HEX triplet: B7, 6A and CF. RGB value is (183,106,207). Sum of RGB (Red+Green+Blue) = 183+106+207=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #B76ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ACF is #489530. Grayscale: #8C8C8C. Windows color (decimal): -4756785 or 13593271. OLE color: 13593271.
HSL color Cylindrical-coordinate representation of color #B76ACF: hue angle of 285.74º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B76ACF is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 106 | 207 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.19 |
| HSL | 285.74º | 0.51% | 0.61% | - |
| HSV(B) | 285.74º | 0.49% | 0.81% | - |
| XYZ | 35.94 | 24.88 | 61.94 | - |
| YUV | 140.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 207 | 0.12 | 0.49 | 0 | 0.19 | 285.74 | 0.51 | 0.61 |
| Hex | B7 | 6A | CF | C | 31 | 0 | 13 | 11E | 33 | 3D |
| Octal | 267 | 152 | 317 | 14 | 61 | 0 | 23 | 436 | 63 | 75 |
| Binary | 10110111 | 1101010 | 11001111 | 1100 | 110001 | 0 | 10011 | 100011110 | 110011 | 111101 |
Color Harmonies of #B76ACF
Complementary color
Monochromatic Colors of #B76ACF
Black with #B76ACF
Text Example
Text Example
White with #B76ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76ACF; }
p { color: rgb(183,106,207); }
H1.HeaderClassName
{
color: #B76ACF;
}
.AnyTagClassName
{
color: #B76ACF;
}
</style>
background-color css
<style>
a { background-color: #B76ACF; }
a { background-color: rgb(183,106,207); }
div.DivClassName
{
background-color: #B76ACF;
}
.BgClassName
{
background-color: #B76ACF;
}
</style>
border-color css
<style>
span { border-color: #B76ACF; }
span { border-color: rgb(183,106,207); }
td.TdClassName
{
border-color: #B76ACF;
}
.TagClassName
{
border-color: #B76ACF;
}
</style>