Shades of Medium Orchid #B76FE6
Tints of Medium Orchid #B76FE6
RGB
CMYK
RGB Variations
Color information
#B76FE6 (or 0xB76FE6) is known color: Medium Orchid. HEX triplet: B7, 6F and E6. RGB value is (183,111,230). Sum of RGB (Red+Green+Blue) = 183+111+230=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #B76FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FE6 is #489019. Grayscale: #919191. Windows color (decimal): -4755482 or 15101879. OLE color: 15101879.
HSL color Cylindrical-coordinate representation of color #B76FE6: hue angle of 276.3º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76FE6 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 111 | 230 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.10 |
| HSL | 276.3º | 0.7% | 0.67% | - |
| HSV(B) | 276.3º | 0.52% | 0.9% | - |
| XYZ | 39.5 | 27.15 | 78.02 | - |
| YUV | 146.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 230 | 0.20 | 0.52 | 0 | 0.10 | 276.3 | 0.7 | 0.67 |
| Hex | B7 | 6F | E6 | 14 | 34 | 0 | A | 114 | 46 | 43 |
| Octal | 267 | 157 | 346 | 24 | 64 | 0 | 12 | 424 | 106 | 103 |
| Binary | 10110111 | 1101111 | 11100110 | 10100 | 110100 | 0 | 1010 | 100010100 | 1000110 | 1000011 |
Color Harmonies of #B76FE6
Complementary color
Monochromatic Colors of #B76FE6
Black with #B76FE6
Text Example
Text Example
White with #B76FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FE6; }
p { color: rgb(183,111,230); }
H1.HeaderClassName
{
color: #B76FE6;
}
.AnyTagClassName
{
color: #B76FE6;
}
</style>
background-color css
<style>
a { background-color: #B76FE6; }
a { background-color: rgb(183,111,230); }
div.DivClassName
{
background-color: #B76FE6;
}
.BgClassName
{
background-color: #B76FE6;
}
</style>
border-color css
<style>
span { border-color: #B76FE6; }
span { border-color: rgb(183,111,230); }
td.TdClassName
{
border-color: #B76FE6;
}
.TagClassName
{
border-color: #B76FE6;
}
</style>