Shades of Medium Orchid #B76FE4
Tints of Medium Orchid #B76FE4
RGB
CMYK
RGB Variations
Color information
#B76FE4 (or 0xB76FE4) is known color: Medium Orchid. HEX triplet: B7, 6F and E4. RGB value is (183,111,228). Sum of RGB (Red+Green+Blue) = 183+111+228=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #B76FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FE4 is #48901B. Grayscale: #919191. Windows color (decimal): -4755484 or 14970807. OLE color: 14970807.
HSL color Cylindrical-coordinate representation of color #B76FE4: hue angle of 276.92º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76FE4 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 111 | 228 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.11 |
| HSL | 276.92º | 0.68% | 0.66% | - |
| HSV(B) | 276.92º | 0.51% | 0.89% | - |
| XYZ | 39.22 | 27.04 | 76.55 | - |
| YUV | 145.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 228 | 0.20 | 0.51 | 0 | 0.11 | 276.92 | 0.68 | 0.66 |
| Hex | B7 | 6F | E4 | 14 | 33 | 0 | B | 115 | 44 | 42 |
| Octal | 267 | 157 | 344 | 24 | 63 | 0 | 13 | 425 | 104 | 102 |
| Binary | 10110111 | 1101111 | 11100100 | 10100 | 110011 | 0 | 1011 | 100010101 | 1000100 | 1000010 |
Color Harmonies of #B76FE4
Complementary color
Monochromatic Colors of #B76FE4
Black with #B76FE4
Text Example
Text Example
White with #B76FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FE4; }
p { color: rgb(183,111,228); }
H1.HeaderClassName
{
color: #B76FE4;
}
.AnyTagClassName
{
color: #B76FE4;
}
</style>
background-color css
<style>
a { background-color: #B76FE4; }
a { background-color: rgb(183,111,228); }
div.DivClassName
{
background-color: #B76FE4;
}
.BgClassName
{
background-color: #B76FE4;
}
</style>
border-color css
<style>
span { border-color: #B76FE4; }
span { border-color: rgb(183,111,228); }
td.TdClassName
{
border-color: #B76FE4;
}
.TagClassName
{
border-color: #B76FE4;
}
</style>