Shades of Medium Orchid #B538DC
Tints of Medium Orchid #B538DC
RGB
CMYK
RGB Variations
Color information
#B538DC (or 0xB538DC) is known color: Medium Orchid. HEX triplet: B5, 38 and DC. RGB value is (181,56,220). Sum of RGB (Red+Green+Blue) = 181+56+220=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #B538DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538DC is #4AC723. Grayscale: #6F6F6F. Windows color (decimal): -4900644 or 14432437. OLE color: 14432437.
HSL color Cylindrical-coordinate representation of color #B538DC: hue angle of 285.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B538DC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 56 | 220 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.14 |
| HSL | 285.73º | 0.7% | 0.54% | - |
| HSV(B) | 285.73º | 0.75% | 0.86% | - |
| XYZ | 33.39 | 17.82 | 69.39 | - |
| YUV | 112.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 220 | 0.18 | 0.75 | 0 | 0.14 | 285.73 | 0.7 | 0.54 |
| Hex | B5 | 38 | DC | 12 | 4B | 0 | E | 11E | 46 | 36 |
| Octal | 265 | 70 | 334 | 22 | 113 | 0 | 16 | 436 | 106 | 66 |
| Binary | 10110101 | 111000 | 11011100 | 10010 | 1001011 | 0 | 1110 | 100011110 | 1000110 | 110110 |
Color Harmonies of #B538DC
Complementary color
Monochromatic Colors of #B538DC
Black with #B538DC
Text Example
Text Example
White with #B538DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B538DC; }
p { color: rgb(181,56,220); }
H1.HeaderClassName
{
color: #B538DC;
}
.AnyTagClassName
{
color: #B538DC;
}
</style>
background-color css
<style>
a { background-color: #B538DC; }
a { background-color: rgb(181,56,220); }
div.DivClassName
{
background-color: #B538DC;
}
.BgClassName
{
background-color: #B538DC;
}
</style>
border-color css
<style>
span { border-color: #B538DC; }
span { border-color: rgb(181,56,220); }
td.TdClassName
{
border-color: #B538DC;
}
.TagClassName
{
border-color: #B538DC;
}
</style>