Shades of Medium Orchid #B76BDA
Tints of Medium Orchid #B76BDA
RGB
CMYK
RGB Variations
Color information
#B76BDA (or 0xB76BDA) is known color: Medium Orchid. HEX triplet: B7, 6B and DA. RGB value is (183,107,218). Sum of RGB (Red+Green+Blue) = 183+107+218=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #B76BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BDA is #489425. Grayscale: #8E8E8E. Windows color (decimal): -4756518 or 14314423. OLE color: 14314423.
HSL color Cylindrical-coordinate representation of color #B76BDA: hue angle of 281.08º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76BDA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 107 | 218 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.15 |
| HSL | 281.08º | 0.6% | 0.64% | - |
| HSV(B) | 281.08º | 0.51% | 0.85% | - |
| XYZ | 37.44 | 25.64 | 69.31 | - |
| YUV | 142.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 218 | 0.16 | 0.51 | 0 | 0.15 | 281.08 | 0.6 | 0.64 |
| Hex | B7 | 6B | DA | 10 | 33 | 0 | F | 119 | 3C | 40 |
| Octal | 267 | 153 | 332 | 20 | 63 | 0 | 17 | 431 | 74 | 100 |
| Binary | 10110111 | 1101011 | 11011010 | 10000 | 110011 | 0 | 1111 | 100011001 | 111100 | 1000000 |
Color Harmonies of #B76BDA
Complementary color
Monochromatic Colors of #B76BDA
Black with #B76BDA
Text Example
Text Example
White with #B76BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BDA; }
p { color: rgb(183,107,218); }
H1.HeaderClassName
{
color: #B76BDA;
}
.AnyTagClassName
{
color: #B76BDA;
}
</style>
background-color css
<style>
a { background-color: #B76BDA; }
a { background-color: rgb(183,107,218); }
div.DivClassName
{
background-color: #B76BDA;
}
.BgClassName
{
background-color: #B76BDA;
}
</style>
border-color css
<style>
span { border-color: #B76BDA; }
span { border-color: rgb(183,107,218); }
td.TdClassName
{
border-color: #B76BDA;
}
.TagClassName
{
border-color: #B76BDA;
}
</style>