Shades of Medium Orchid #B738E4
Tints of Medium Orchid #B738E4
RGB
CMYK
RGB Variations
Color information
#B738E4 (or 0xB738E4) is known color: Medium Orchid. HEX triplet: B7, 38 and E4. RGB value is (183,56,228). Sum of RGB (Red+Green+Blue) = 183+56+228=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #B738E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738E4 is #48C71B. Grayscale: #717171. Windows color (decimal): -4769564 or 14956727. OLE color: 14956727.
HSL color Cylindrical-coordinate representation of color #B738E4: hue angle of 284.3º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B738E4 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 56 | 228 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.11 |
| HSL | 284.3º | 0.76% | 0.56% | - |
| HSV(B) | 284.3º | 0.75% | 0.89% | - |
| XYZ | 34.95 | 18.5 | 75.13 | - |
| YUV | 113.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 228 | 0.20 | 0.75 | 0 | 0.11 | 284.3 | 0.76 | 0.56 |
| Hex | B7 | 38 | E4 | 14 | 4B | 0 | B | 11C | 4C | 38 |
| Octal | 267 | 70 | 344 | 24 | 113 | 0 | 13 | 434 | 114 | 70 |
| Binary | 10110111 | 111000 | 11100100 | 10100 | 1001011 | 0 | 1011 | 100011100 | 1001100 | 111000 |
Color Harmonies of #B738E4
Complementary color
Monochromatic Colors of #B738E4
Black with #B738E4
Text Example
Text Example
White with #B738E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B738E4; }
p { color: rgb(183,56,228); }
H1.HeaderClassName
{
color: #B738E4;
}
.AnyTagClassName
{
color: #B738E4;
}
</style>
background-color css
<style>
a { background-color: #B738E4; }
a { background-color: rgb(183,56,228); }
div.DivClassName
{
background-color: #B738E4;
}
.BgClassName
{
background-color: #B738E4;
}
</style>
border-color css
<style>
span { border-color: #B738E4; }
span { border-color: rgb(183,56,228); }
td.TdClassName
{
border-color: #B738E4;
}
.TagClassName
{
border-color: #B738E4;
}
</style>