Shades of Medium Orchid #B76CED
Tints of Medium Orchid #B76CED
RGB
CMYK
RGB Variations
Color information
#B76CED (or 0xB76CED) is known color: Medium Orchid. HEX triplet: B7, 6C and ED. RGB value is (183,108,237). Sum of RGB (Red+Green+Blue) = 183+108+237=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #B76CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CED is #489312. Grayscale: #909090. Windows color (decimal): -4756243 or 15559863. OLE color: 15559863.
HSL color Cylindrical-coordinate representation of color #B76CED: hue angle of 274.88º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76CED is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 108 | 237 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.07 |
| HSL | 274.88º | 0.78% | 0.68% | - |
| HSV(B) | 274.88º | 0.54% | 0.93% | - |
| XYZ | 40.18 | 26.91 | 83.2 | - |
| YUV | 145.13 | 179.85 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 237 | 0.23 | 0.54 | 0 | 0.07 | 274.88 | 0.78 | 0.68 |
| Hex | B7 | 6C | ED | 17 | 36 | 0 | 7 | 113 | 4E | 44 |
| Octal | 267 | 154 | 355 | 27 | 66 | 0 | 7 | 423 | 116 | 104 |
| Binary | 10110111 | 1101100 | 11101101 | 10111 | 110110 | 0 | 111 | 100010011 | 1001110 | 1000100 |
Color Harmonies of #B76CED
Complementary color
Monochromatic Colors of #B76CED
Black with #B76CED
Text Example
Text Example
White with #B76CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CED; }
p { color: rgb(183,108,237); }
H1.HeaderClassName
{
color: #B76CED;
}
.AnyTagClassName
{
color: #B76CED;
}
</style>
background-color css
<style>
a { background-color: #B76CED; }
a { background-color: rgb(183,108,237); }
div.DivClassName
{
background-color: #B76CED;
}
.BgClassName
{
background-color: #B76CED;
}
</style>
border-color css
<style>
span { border-color: #B76CED; }
span { border-color: rgb(183,108,237); }
td.TdClassName
{
border-color: #B76CED;
}
.TagClassName
{
border-color: #B76CED;
}
</style>