Shades of Medium Orchid #B538D0
Tints of Medium Orchid #B538D0
RGB
CMYK
RGB Variations
Color information
#B538D0 (or 0xB538D0) is known color: Medium Orchid. HEX triplet: B5, 38 and D0. RGB value is (181,56,208). Sum of RGB (Red+Green+Blue) = 181+56+208=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #B538D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538D0 is #4AC72F. Grayscale: #6E6E6E. Windows color (decimal): -4900656 or 13646005. OLE color: 13646005.
HSL color Cylindrical-coordinate representation of color #B538D0: hue angle of 289.34º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B538D0 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 56 | 208 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.18 |
| HSL | 289.34º | 0.62% | 0.52% | - |
| HSV(B) | 289.34º | 0.73% | 0.82% | - |
| XYZ | 31.86 | 17.21 | 61.32 | - |
| YUV | 110.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 208 | 0.13 | 0.73 | 0 | 0.18 | 289.34 | 0.62 | 0.52 |
| Hex | B5 | 38 | D0 | D | 49 | 0 | 12 | 121 | 3E | 34 |
| Octal | 265 | 70 | 320 | 15 | 111 | 0 | 22 | 441 | 76 | 64 |
| Binary | 10110101 | 111000 | 11010000 | 1101 | 1001001 | 0 | 10010 | 100100001 | 111110 | 110100 |
Color Harmonies of #B538D0
Complementary color
Monochromatic Colors of #B538D0
Black with #B538D0
Text Example
Text Example
White with #B538D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B538D0; }
p { color: rgb(181,56,208); }
H1.HeaderClassName
{
color: #B538D0;
}
.AnyTagClassName
{
color: #B538D0;
}
</style>
background-color css
<style>
a { background-color: #B538D0; }
a { background-color: rgb(181,56,208); }
div.DivClassName
{
background-color: #B538D0;
}
.BgClassName
{
background-color: #B538D0;
}
</style>
border-color css
<style>
span { border-color: #B538D0; }
span { border-color: rgb(181,56,208); }
td.TdClassName
{
border-color: #B538D0;
}
.TagClassName
{
border-color: #B538D0;
}
</style>