Shades of Medium Orchid #B76BEE
Tints of Medium Orchid #B76BEE
RGB
CMYK
RGB Variations
Color information
#B76BEE (or 0xB76BEE) is known color: Medium Orchid. HEX triplet: B7, 6B and EE. RGB value is (183,107,238). Sum of RGB (Red+Green+Blue) = 183+107+238=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #B76BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BEE is #489411. Grayscale: #909090. Windows color (decimal): -4756498 or 15625143. OLE color: 15625143.
HSL color Cylindrical-coordinate representation of color #B76BEE: hue angle of 274.81º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76BEE is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 107 | 238 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.07 |
| HSL | 274.81º | 0.79% | 0.68% | - |
| HSV(B) | 274.81º | 0.55% | 0.93% | - |
| XYZ | 40.22 | 26.76 | 83.93 | - |
| YUV | 144.66 | 180.68 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 238 | 0.23 | 0.55 | 0 | 0.07 | 274.81 | 0.79 | 0.68 |
| Hex | B7 | 6B | EE | 17 | 37 | 0 | 7 | 113 | 4F | 44 |
| Octal | 267 | 153 | 356 | 27 | 67 | 0 | 7 | 423 | 117 | 104 |
| Binary | 10110111 | 1101011 | 11101110 | 10111 | 110111 | 0 | 111 | 100010011 | 1001111 | 1000100 |
Color Harmonies of #B76BEE
Complementary color
Monochromatic Colors of #B76BEE
Black with #B76BEE
Text Example
Text Example
White with #B76BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BEE; }
p { color: rgb(183,107,238); }
H1.HeaderClassName
{
color: #B76BEE;
}
.AnyTagClassName
{
color: #B76BEE;
}
</style>
background-color css
<style>
a { background-color: #B76BEE; }
a { background-color: rgb(183,107,238); }
div.DivClassName
{
background-color: #B76BEE;
}
.BgClassName
{
background-color: #B76BEE;
}
</style>
border-color css
<style>
span { border-color: #B76BEE; }
span { border-color: rgb(183,107,238); }
td.TdClassName
{
border-color: #B76BEE;
}
.TagClassName
{
border-color: #B76BEE;
}
</style>