Shades of Medium Orchid #B538EE
Tints of Medium Orchid #B538EE
RGB
CMYK
RGB Variations
Color information
#B538EE (or 0xB538EE) is known color: Medium Orchid. HEX triplet: B5, 38 and EE. RGB value is (181,56,238). Sum of RGB (Red+Green+Blue) = 181+56+238=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #B538EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B538EE is #4AC711. Grayscale: #717171. Windows color (decimal): -4900626 or 15612085. OLE color: 15612085.
HSL color Cylindrical-coordinate representation of color #B538EE: hue angle of 281.21º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B538EE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 56 | 238 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.07 |
| HSL | 281.21º | 0.84% | 0.58% | - |
| HSV(B) | 281.21º | 0.76% | 0.93% | - |
| XYZ | 35.9 | 18.83 | 82.63 | - |
| YUV | 114.12 | 197.91 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 238 | 0.24 | 0.76 | 0 | 0.07 | 281.21 | 0.84 | 0.58 |
| Hex | B5 | 38 | EE | 18 | 4C | 0 | 7 | 119 | 54 | 3A |
| Octal | 265 | 70 | 356 | 30 | 114 | 0 | 7 | 431 | 124 | 72 |
| Binary | 10110101 | 111000 | 11101110 | 11000 | 1001100 | 0 | 111 | 100011001 | 1010100 | 111010 |
Color Harmonies of #B538EE
Complementary color
Monochromatic Colors of #B538EE
Black with #B538EE
Text Example
Text Example
White with #B538EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B538EE; }
p { color: rgb(181,56,238); }
H1.HeaderClassName
{
color: #B538EE;
}
.AnyTagClassName
{
color: #B538EE;
}
</style>
background-color css
<style>
a { background-color: #B538EE; }
a { background-color: rgb(181,56,238); }
div.DivClassName
{
background-color: #B538EE;
}
.BgClassName
{
background-color: #B538EE;
}
</style>
border-color css
<style>
span { border-color: #B538EE; }
span { border-color: rgb(181,56,238); }
td.TdClassName
{
border-color: #B538EE;
}
.TagClassName
{
border-color: #B538EE;
}
</style>