Shades of Medium Orchid #B76CDC
Tints of Medium Orchid #B76CDC
RGB
CMYK
RGB Variations
Color information
#B76CDC (or 0xB76CDC) is known color: Medium Orchid. HEX triplet: B7, 6C and DC. RGB value is (183,108,220). Sum of RGB (Red+Green+Blue) = 183+108+220=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #B76CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CDC is #489323. Grayscale: #8E8E8E. Windows color (decimal): -4756260 or 14445751. OLE color: 14445751.
HSL color Cylindrical-coordinate representation of color #B76CDC: hue angle of 280.18º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76CDC is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 108 | 220 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.14 |
| HSL | 280.18º | 0.62% | 0.64% | - |
| HSV(B) | 280.18º | 0.51% | 0.86% | - |
| XYZ | 37.81 | 25.96 | 70.73 | - |
| YUV | 143.19 | 171.35 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 220 | 0.17 | 0.51 | 0 | 0.14 | 280.18 | 0.62 | 0.64 |
| Hex | B7 | 6C | DC | 11 | 33 | 0 | E | 118 | 3E | 40 |
| Octal | 267 | 154 | 334 | 21 | 63 | 0 | 16 | 430 | 76 | 100 |
| Binary | 10110111 | 1101100 | 11011100 | 10001 | 110011 | 0 | 1110 | 100011000 | 111110 | 1000000 |
Color Harmonies of #B76CDC
Complementary color
Monochromatic Colors of #B76CDC
Black with #B76CDC
Text Example
Text Example
White with #B76CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CDC; }
p { color: rgb(183,108,220); }
H1.HeaderClassName
{
color: #B76CDC;
}
.AnyTagClassName
{
color: #B76CDC;
}
</style>
background-color css
<style>
a { background-color: #B76CDC; }
a { background-color: rgb(183,108,220); }
div.DivClassName
{
background-color: #B76CDC;
}
.BgClassName
{
background-color: #B76CDC;
}
</style>
border-color css
<style>
span { border-color: #B76CDC; }
span { border-color: rgb(183,108,220); }
td.TdClassName
{
border-color: #B76CDC;
}
.TagClassName
{
border-color: #B76CDC;
}
</style>