Shades of Medium Orchid #B76CE8
Tints of Medium Orchid #B76CE8
RGB
CMYK
RGB Variations
Color information
#B76CE8 (or 0xB76CE8) is known color: Medium Orchid. HEX triplet: B7, 6C and E8. RGB value is (183,108,232). Sum of RGB (Red+Green+Blue) = 183+108+232=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #B76CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CE8 is #489317. Grayscale: #909090. Windows color (decimal): -4756248 or 15232183. OLE color: 15232183.
HSL color Cylindrical-coordinate representation of color #B76CE8: hue angle of 276.29º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B76CE8 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 108 | 232 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.09 |
| HSL | 276.29º | 0.73% | 0.67% | - |
| HSV(B) | 276.29º | 0.53% | 0.91% | - |
| XYZ | 39.46 | 26.62 | 79.4 | - |
| YUV | 144.56 | 177.35 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 232 | 0.21 | 0.53 | 0 | 0.09 | 276.29 | 0.73 | 0.67 |
| Hex | B7 | 6C | E8 | 15 | 35 | 0 | 9 | 114 | 49 | 43 |
| Octal | 267 | 154 | 350 | 25 | 65 | 0 | 11 | 424 | 111 | 103 |
| Binary | 10110111 | 1101100 | 11101000 | 10101 | 110101 | 0 | 1001 | 100010100 | 1001001 | 1000011 |
Color Harmonies of #B76CE8
Complementary color
Monochromatic Colors of #B76CE8
Black with #B76CE8
Text Example
Text Example
White with #B76CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CE8; }
p { color: rgb(183,108,232); }
H1.HeaderClassName
{
color: #B76CE8;
}
.AnyTagClassName
{
color: #B76CE8;
}
</style>
background-color css
<style>
a { background-color: #B76CE8; }
a { background-color: rgb(183,108,232); }
div.DivClassName
{
background-color: #B76CE8;
}
.BgClassName
{
background-color: #B76CE8;
}
</style>
border-color css
<style>
span { border-color: #B76CE8; }
span { border-color: rgb(183,108,232); }
td.TdClassName
{
border-color: #B76CE8;
}
.TagClassName
{
border-color: #B76CE8;
}
</style>