Shades of Medium Orchid #B76BEF
Tints of Medium Orchid #B76BEF
RGB
CMYK
RGB Variations
Color information
#B76BEF (or 0xB76BEF) is known color: Medium Orchid. HEX triplet: B7, 6B and EF. RGB value is (183,107,239). Sum of RGB (Red+Green+Blue) = 183+107+239=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #B76BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BEF is #489410. Grayscale: #909090. Windows color (decimal): -4756497 or 15690679. OLE color: 15690679.
HSL color Cylindrical-coordinate representation of color #B76BEF: hue angle of 274.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76BEF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 107 | 239 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.06 |
| HSL | 274.55º | 0.8% | 0.68% | - |
| HSV(B) | 274.55º | 0.55% | 0.94% | - |
| XYZ | 40.37 | 26.81 | 84.71 | - |
| YUV | 144.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 239 | 0.23 | 0.55 | 0 | 0.06 | 274.55 | 0.8 | 0.68 |
| Hex | B7 | 6B | EF | 17 | 37 | 0 | 6 | 113 | 50 | 44 |
| Octal | 267 | 153 | 357 | 27 | 67 | 0 | 6 | 423 | 120 | 104 |
| Binary | 10110111 | 1101011 | 11101111 | 10111 | 110111 | 0 | 110 | 100010011 | 1010000 | 1000100 |
Color Harmonies of #B76BEF
Complementary color
Monochromatic Colors of #B76BEF
Black with #B76BEF
Text Example
Text Example
White with #B76BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BEF; }
p { color: rgb(183,107,239); }
H1.HeaderClassName
{
color: #B76BEF;
}
.AnyTagClassName
{
color: #B76BEF;
}
</style>
background-color css
<style>
a { background-color: #B76BEF; }
a { background-color: rgb(183,107,239); }
div.DivClassName
{
background-color: #B76BEF;
}
.BgClassName
{
background-color: #B76BEF;
}
</style>
border-color css
<style>
span { border-color: #B76BEF; }
span { border-color: rgb(183,107,239); }
td.TdClassName
{
border-color: #B76BEF;
}
.TagClassName
{
border-color: #B76BEF;
}
</style>