Shades of Medium Orchid #B740E8
Tints of Medium Orchid #B740E8
RGB
CMYK
RGB Variations
Color information
#B740E8 (or 0xB740E8) is known color: Medium Orchid. HEX triplet: B7, 40 and E8. RGB value is (183,64,232). Sum of RGB (Red+Green+Blue) = 183+64+232=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #B740E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B740E8 is #48BF17. Grayscale: #767676. Windows color (decimal): -4767512 or 15220919. OLE color: 15220919.
HSL color Cylindrical-coordinate representation of color #B740E8: hue angle of 282.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B740E8 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 64 | 232 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.09 |
| HSL | 282.5º | 0.79% | 0.58% | - |
| HSV(B) | 282.5º | 0.72% | 0.91% | - |
| XYZ | 35.93 | 19.56 | 78.23 | - |
| YUV | 118.73 | 191.92 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 232 | 0.21 | 0.72 | 0 | 0.09 | 282.5 | 0.79 | 0.58 |
| Hex | B7 | 40 | E8 | 15 | 48 | 0 | 9 | 11A | 4F | 3A |
| Octal | 267 | 100 | 350 | 25 | 110 | 0 | 11 | 432 | 117 | 72 |
| Binary | 10110111 | 1000000 | 11101000 | 10101 | 1001000 | 0 | 1001 | 100011010 | 1001111 | 111010 |
Color Harmonies of #B740E8
Complementary color
Monochromatic Colors of #B740E8
Black with #B740E8
Text Example
Text Example
White with #B740E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B740E8; }
p { color: rgb(183,64,232); }
H1.HeaderClassName
{
color: #B740E8;
}
.AnyTagClassName
{
color: #B740E8;
}
</style>
background-color css
<style>
a { background-color: #B740E8; }
a { background-color: rgb(183,64,232); }
div.DivClassName
{
background-color: #B740E8;
}
.BgClassName
{
background-color: #B740E8;
}
</style>
border-color css
<style>
span { border-color: #B740E8; }
span { border-color: rgb(183,64,232); }
td.TdClassName
{
border-color: #B740E8;
}
.TagClassName
{
border-color: #B740E8;
}
</style>