Shades of Medium Orchid #B253D0
Tints of Medium Orchid #B253D0
RGB
CMYK
RGB Variations
Color information
#B253D0 (or 0xB253D0) is known color: Medium Orchid. HEX triplet: B2, 53 and D0. RGB value is (178,83,208). Sum of RGB (Red+Green+Blue) = 178+83+208=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #B253D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253D0 is #4DAC2F. Grayscale: #7D7D7D. Windows color (decimal): -5090352 or 13652914. OLE color: 13652914.
HSL color Cylindrical-coordinate representation of color #B253D0: hue angle of 285.6º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B253D0 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 83 | 208 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.18 |
| HSL | 285.6º | 0.57% | 0.57% | - |
| HSV(B) | 285.6º | 0.6% | 0.82% | - |
| XYZ | 32.84 | 20.21 | 61.84 | - |
| YUV | 125.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 208 | 0.14 | 0.60 | 0 | 0.18 | 285.6 | 0.57 | 0.57 |
| Hex | B2 | 53 | D0 | E | 3C | 0 | 12 | 11E | 39 | 39 |
| Octal | 262 | 123 | 320 | 16 | 74 | 0 | 22 | 436 | 71 | 71 |
| Binary | 10110010 | 1010011 | 11010000 | 1110 | 111100 | 0 | 10010 | 100011110 | 111001 | 111001 |
Color Harmonies of #B253D0
Complementary color
Monochromatic Colors of #B253D0
Black with #B253D0
Text Example
Text Example
White with #B253D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B253D0; }
p { color: rgb(178,83,208); }
H1.HeaderClassName
{
color: #B253D0;
}
.AnyTagClassName
{
color: #B253D0;
}
</style>
background-color css
<style>
a { background-color: #B253D0; }
a { background-color: rgb(178,83,208); }
div.DivClassName
{
background-color: #B253D0;
}
.BgClassName
{
background-color: #B253D0;
}
</style>
border-color css
<style>
span { border-color: #B253D0; }
span { border-color: rgb(178,83,208); }
td.TdClassName
{
border-color: #B253D0;
}
.TagClassName
{
border-color: #B253D0;
}
</style>