Shades of Medium Orchid #B760E8
Tints of Medium Orchid #B760E8
RGB
CMYK
RGB Variations
Color information
#B760E8 (or 0xB760E8) is known color: Medium Orchid. HEX triplet: B7, 60 and E8. RGB value is (183,96,232). Sum of RGB (Red+Green+Blue) = 183+96+232=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #B760E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B760E8 is #489F17. Grayscale: #898989. Windows color (decimal): -4759320 or 15229111. OLE color: 15229111.
HSL color Cylindrical-coordinate representation of color #B760E8: hue angle of 278.38º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B760E8 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 96 | 232 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.09 |
| HSL | 278.38º | 0.75% | 0.64% | - |
| HSV(B) | 278.38º | 0.59% | 0.91% | - |
| XYZ | 38.28 | 24.26 | 79.01 | - |
| YUV | 137.52 | 181.32 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 232 | 0.21 | 0.59 | 0 | 0.09 | 278.38 | 0.75 | 0.64 |
| Hex | B7 | 60 | E8 | 15 | 3B | 0 | 9 | 116 | 4B | 40 |
| Octal | 267 | 140 | 350 | 25 | 73 | 0 | 11 | 426 | 113 | 100 |
| Binary | 10110111 | 1100000 | 11101000 | 10101 | 111011 | 0 | 1001 | 100010110 | 1001011 | 1000000 |
Color Harmonies of #B760E8
Complementary color
Monochromatic Colors of #B760E8
Black with #B760E8
Text Example
Text Example
White with #B760E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B760E8; }
p { color: rgb(183,96,232); }
H1.HeaderClassName
{
color: #B760E8;
}
.AnyTagClassName
{
color: #B760E8;
}
</style>
background-color css
<style>
a { background-color: #B760E8; }
a { background-color: rgb(183,96,232); }
div.DivClassName
{
background-color: #B760E8;
}
.BgClassName
{
background-color: #B760E8;
}
</style>
border-color css
<style>
span { border-color: #B760E8; }
span { border-color: rgb(183,96,232); }
td.TdClassName
{
border-color: #B760E8;
}
.TagClassName
{
border-color: #B760E8;
}
</style>