Shades of Medium Orchid #B76ACB
Tints of Medium Orchid #B76ACB
RGB
CMYK
RGB Variations
Color information
#B76ACB (or 0xB76ACB) is known color: Medium Orchid. HEX triplet: B7, 6A and CB. RGB value is (183,106,203). Sum of RGB (Red+Green+Blue) = 183+106+203=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B76ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ACB is #489534. Grayscale: #8B8B8B. Windows color (decimal): -4756789 or 13331127. OLE color: 13331127.
HSL color Cylindrical-coordinate representation of color #B76ACB: hue angle of 287.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76ACB is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 106 | 203 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.20 |
| HSL | 287.63º | 0.48% | 0.61% | - |
| HSV(B) | 287.63º | 0.48% | 0.8% | - |
| XYZ | 35.46 | 24.69 | 59.4 | - |
| YUV | 140.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 203 | 0.10 | 0.48 | 0 | 0.20 | 287.63 | 0.48 | 0.61 |
| Hex | B7 | 6A | CB | A | 30 | 0 | 14 | 120 | 30 | 3D |
| Octal | 267 | 152 | 313 | 12 | 60 | 0 | 24 | 440 | 60 | 75 |
| Binary | 10110111 | 1101010 | 11001011 | 1010 | 110000 | 0 | 10100 | 100100000 | 110000 | 111101 |
Color Harmonies of #B76ACB
Complementary color
Monochromatic Colors of #B76ACB
Black with #B76ACB
Text Example
Text Example
White with #B76ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76ACB; }
p { color: rgb(183,106,203); }
H1.HeaderClassName
{
color: #B76ACB;
}
.AnyTagClassName
{
color: #B76ACB;
}
</style>
background-color css
<style>
a { background-color: #B76ACB; }
a { background-color: rgb(183,106,203); }
div.DivClassName
{
background-color: #B76ACB;
}
.BgClassName
{
background-color: #B76ACB;
}
</style>
border-color css
<style>
span { border-color: #B76ACB; }
span { border-color: rgb(183,106,203); }
td.TdClassName
{
border-color: #B76ACB;
}
.TagClassName
{
border-color: #B76ACB;
}
</style>