Shades of Medium Orchid #B741E9
Tints of Medium Orchid #B741E9
RGB
CMYK
RGB Variations
Color information
#B741E9 (or 0xB741E9) is known color: Medium Orchid. HEX triplet: B7, 41 and E9. RGB value is (183,65,233). Sum of RGB (Red+Green+Blue) = 183+65+233=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #B741E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B741E9 is #48BE16. Grayscale: #767676. Windows color (decimal): -4767255 or 15286711. OLE color: 15286711.
HSL color Cylindrical-coordinate representation of color #B741E9: hue angle of 282.14º 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 #B741E9 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 65 | 233 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.09 |
| HSL | 282.14º | 0.79% | 0.58% | - |
| HSV(B) | 282.14º | 0.72% | 0.91% | - |
| XYZ | 36.13 | 19.73 | 79 | - |
| YUV | 119.43 | 192.09 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 233 | 0.21 | 0.72 | 0 | 0.09 | 282.14 | 0.79 | 0.58 |
| Hex | B7 | 41 | E9 | 15 | 48 | 0 | 9 | 11A | 4F | 3A |
| Octal | 267 | 101 | 351 | 25 | 110 | 0 | 11 | 432 | 117 | 72 |
| Binary | 10110111 | 1000001 | 11101001 | 10101 | 1001000 | 0 | 1001 | 100011010 | 1001111 | 111010 |
Color Harmonies of #B741E9
Complementary color
Monochromatic Colors of #B741E9
Black with #B741E9
Text Example
Text Example
White with #B741E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741E9; }
p { color: rgb(183,65,233); }
H1.HeaderClassName
{
color: #B741E9;
}
.AnyTagClassName
{
color: #B741E9;
}
</style>
background-color css
<style>
a { background-color: #B741E9; }
a { background-color: rgb(183,65,233); }
div.DivClassName
{
background-color: #B741E9;
}
.BgClassName
{
background-color: #B741E9;
}
</style>
border-color css
<style>
span { border-color: #B741E9; }
span { border-color: rgb(183,65,233); }
td.TdClassName
{
border-color: #B741E9;
}
.TagClassName
{
border-color: #B741E9;
}
</style>