Shades of Medium Orchid #B737E4
Tints of Medium Orchid #B737E4
RGB
CMYK
RGB Variations
Color information
#B737E4 (or 0xB737E4) is known color: Medium Orchid. HEX triplet: B7, 37 and E4. RGB value is (183,55,228). Sum of RGB (Red+Green+Blue) = 183+55+228=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #B737E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B737E4 is #48C81B. Grayscale: #707070. Windows color (decimal): -4769820 or 14956471. OLE color: 14956471.
HSL color Cylindrical-coordinate representation of color #B737E4: hue angle of 284.39º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B737E4 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 55 | 228 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.11 |
| HSL | 284.39º | 0.76% | 0.55% | - |
| HSV(B) | 284.39º | 0.76% | 0.89% | - |
| XYZ | 34.9 | 18.4 | 75.11 | - |
| YUV | 112.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 228 | 0.20 | 0.76 | 0 | 0.11 | 284.39 | 0.76 | 0.55 |
| Hex | B7 | 37 | E4 | 14 | 4C | 0 | B | 11C | 4C | 37 |
| Octal | 267 | 67 | 344 | 24 | 114 | 0 | 13 | 434 | 114 | 67 |
| Binary | 10110111 | 110111 | 11100100 | 10100 | 1001100 | 0 | 1011 | 100011100 | 1001100 | 110111 |
Color Harmonies of #B737E4
Complementary color
Monochromatic Colors of #B737E4
Black with #B737E4
Text Example
Text Example
White with #B737E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B737E4; }
p { color: rgb(183,55,228); }
H1.HeaderClassName
{
color: #B737E4;
}
.AnyTagClassName
{
color: #B737E4;
}
</style>
background-color css
<style>
a { background-color: #B737E4; }
a { background-color: rgb(183,55,228); }
div.DivClassName
{
background-color: #B737E4;
}
.BgClassName
{
background-color: #B737E4;
}
</style>
border-color css
<style>
span { border-color: #B737E4; }
span { border-color: rgb(183,55,228); }
td.TdClassName
{
border-color: #B737E4;
}
.TagClassName
{
border-color: #B737E4;
}
</style>