Shades of Medium Orchid #B76CCC
Tints of Medium Orchid #B76CCC
RGB
CMYK
RGB Variations
Color information
#B76CCC (or 0xB76CCC) is known color: Medium Orchid. HEX triplet: B7, 6C and CC. RGB value is (183,108,204). Sum of RGB (Red+Green+Blue) = 183+108+204=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #B76CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CCC is #489333. Grayscale: #8D8D8D. Windows color (decimal): -4756276 or 13397175. OLE color: 13397175.
HSL color Cylindrical-coordinate representation of color #B76CCC: hue angle of 286.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B76CCC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 108 | 204 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.2 |
| HSL | 286.88º | 0.48% | 0.61% | - |
| HSV(B) | 286.88º | 0.47% | 0.8% | - |
| XYZ | 35.79 | 25.15 | 60.1 | - |
| YUV | 141.37 | 163.35 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 204 | 0.10 | 0.47 | 0 | 0.2 | 286.88 | 0.48 | 0.61 |
| Hex | B7 | 6C | CC | A | 2F | 0 | 14 | 11F | 30 | 3D |
| Octal | 267 | 154 | 314 | 12 | 57 | 0 | 24 | 437 | 60 | 75 |
| Binary | 10110111 | 1101100 | 11001100 | 1010 | 101111 | 0 | 10100 | 100011111 | 110000 | 111101 |
Color Harmonies of #B76CCC
Complementary color
Monochromatic Colors of #B76CCC
Black with #B76CCC
Text Example
Text Example
White with #B76CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CCC; }
p { color: rgb(183,108,204); }
H1.HeaderClassName
{
color: #B76CCC;
}
.AnyTagClassName
{
color: #B76CCC;
}
</style>
background-color css
<style>
a { background-color: #B76CCC; }
a { background-color: rgb(183,108,204); }
div.DivClassName
{
background-color: #B76CCC;
}
.BgClassName
{
background-color: #B76CCC;
}
</style>
border-color css
<style>
span { border-color: #B76CCC; }
span { border-color: rgb(183,108,204); }
td.TdClassName
{
border-color: #B76CCC;
}
.TagClassName
{
border-color: #B76CCC;
}
</style>