Shades of Medium Orchid #B74BE2
Tints of Medium Orchid #B74BE2
RGB
CMYK
RGB Variations
Color information
#B74BE2 (or 0xB74BE2) is known color: Medium Orchid. HEX triplet: B7, 4B and E2. RGB value is (183,75,226). Sum of RGB (Red+Green+Blue) = 183+75+226=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #B74BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BE2 is #48B41D. Grayscale: #7C7C7C. Windows color (decimal): -4764702 or 14830519. OLE color: 14830519.
HSL color Cylindrical-coordinate representation of color #B74BE2: hue angle of 282.91º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B74BE2 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 75 | 226 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.11 |
| HSL | 282.91º | 0.72% | 0.59% | - |
| HSV(B) | 282.91º | 0.67% | 0.89% | - |
| XYZ | 35.77 | 20.59 | 74.04 | - |
| YUV | 124.51 | 185.28 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 226 | 0.19 | 0.67 | 0 | 0.11 | 282.91 | 0.72 | 0.59 |
| Hex | B7 | 4B | E2 | 13 | 43 | 0 | B | 11B | 48 | 3B |
| Octal | 267 | 113 | 342 | 23 | 103 | 0 | 13 | 433 | 110 | 73 |
| Binary | 10110111 | 1001011 | 11100010 | 10011 | 1000011 | 0 | 1011 | 100011011 | 1001000 | 111011 |
Color Harmonies of #B74BE2
Complementary color
Monochromatic Colors of #B74BE2
Black with #B74BE2
Text Example
Text Example
White with #B74BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BE2; }
p { color: rgb(183,75,226); }
H1.HeaderClassName
{
color: #B74BE2;
}
.AnyTagClassName
{
color: #B74BE2;
}
</style>
background-color css
<style>
a { background-color: #B74BE2; }
a { background-color: rgb(183,75,226); }
div.DivClassName
{
background-color: #B74BE2;
}
.BgClassName
{
background-color: #B74BE2;
}
</style>
border-color css
<style>
span { border-color: #B74BE2; }
span { border-color: rgb(183,75,226); }
td.TdClassName
{
border-color: #B74BE2;
}
.TagClassName
{
border-color: #B74BE2;
}
</style>