Shades of Medium Orchid #B76BDE
Tints of Medium Orchid #B76BDE
RGB
CMYK
RGB Variations
Color information
#B76BDE (or 0xB76BDE) is known color: Medium Orchid. HEX triplet: B7, 6B and DE. RGB value is (183,107,222). Sum of RGB (Red+Green+Blue) = 183+107+222=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #B76BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BDE is #489421. Grayscale: #8E8E8E. Windows color (decimal): -4756514 or 14576567. OLE color: 14576567.
HSL color Cylindrical-coordinate representation of color #B76BDE: hue angle of 279.65º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76BDE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 107 | 222 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.13 |
| HSL | 279.65º | 0.64% | 0.65% | - |
| HSV(B) | 279.65º | 0.52% | 0.87% | - |
| XYZ | 37.97 | 25.86 | 72.1 | - |
| YUV | 142.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 222 | 0.18 | 0.52 | 0 | 0.13 | 279.65 | 0.64 | 0.65 |
| Hex | B7 | 6B | DE | 12 | 34 | 0 | D | 118 | 40 | 41 |
| Octal | 267 | 153 | 336 | 22 | 64 | 0 | 15 | 430 | 100 | 101 |
| Binary | 10110111 | 1101011 | 11011110 | 10010 | 110100 | 0 | 1101 | 100011000 | 1000000 | 1000001 |
Color Harmonies of #B76BDE
Complementary color
Monochromatic Colors of #B76BDE
Black with #B76BDE
Text Example
Text Example
White with #B76BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BDE; }
p { color: rgb(183,107,222); }
H1.HeaderClassName
{
color: #B76BDE;
}
.AnyTagClassName
{
color: #B76BDE;
}
</style>
background-color css
<style>
a { background-color: #B76BDE; }
a { background-color: rgb(183,107,222); }
div.DivClassName
{
background-color: #B76BDE;
}
.BgClassName
{
background-color: #B76BDE;
}
</style>
border-color css
<style>
span { border-color: #B76BDE; }
span { border-color: rgb(183,107,222); }
td.TdClassName
{
border-color: #B76BDE;
}
.TagClassName
{
border-color: #B76BDE;
}
</style>