Shades of Medium Orchid #B76BED
Tints of Medium Orchid #B76BED
RGB
CMYK
RGB Variations
Color information
#B76BED (or 0xB76BED) is known color: Medium Orchid. HEX triplet: B7, 6B and ED. RGB value is (183,107,237). Sum of RGB (Red+Green+Blue) = 183+107+237=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #B76BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BED is #489412. Grayscale: #909090. Windows color (decimal): -4756499 or 15559607. OLE color: 15559607.
HSL color Cylindrical-coordinate representation of color #B76BED: hue angle of 275.08º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76BED is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 107 | 237 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.07 |
| HSL | 275.08º | 0.78% | 0.67% | - |
| HSV(B) | 275.08º | 0.55% | 0.93% | - |
| XYZ | 40.07 | 26.7 | 83.16 | - |
| YUV | 144.54 | 180.18 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 237 | 0.23 | 0.55 | 0 | 0.07 | 275.08 | 0.78 | 0.67 |
| Hex | B7 | 6B | ED | 17 | 37 | 0 | 7 | 113 | 4E | 43 |
| Octal | 267 | 153 | 355 | 27 | 67 | 0 | 7 | 423 | 116 | 103 |
| Binary | 10110111 | 1101011 | 11101101 | 10111 | 110111 | 0 | 111 | 100010011 | 1001110 | 1000011 |
Color Harmonies of #B76BED
Complementary color
Monochromatic Colors of #B76BED
Black with #B76BED
Text Example
Text Example
White with #B76BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BED; }
p { color: rgb(183,107,237); }
H1.HeaderClassName
{
color: #B76BED;
}
.AnyTagClassName
{
color: #B76BED;
}
</style>
background-color css
<style>
a { background-color: #B76BED; }
a { background-color: rgb(183,107,237); }
div.DivClassName
{
background-color: #B76BED;
}
.BgClassName
{
background-color: #B76BED;
}
</style>
border-color css
<style>
span { border-color: #B76BED; }
span { border-color: rgb(183,107,237); }
td.TdClassName
{
border-color: #B76BED;
}
.TagClassName
{
border-color: #B76BED;
}
</style>