Shades of Medium Orchid #B253C8
Tints of Medium Orchid #B253C8
RGB
CMYK
RGB Variations
Color information
#B253C8 (or 0xB253C8) is known color: Medium Orchid. HEX triplet: B2, 53 and C8. RGB value is (178,83,200). Sum of RGB (Red+Green+Blue) = 178+83+200=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 200 - color contains mainly: blue. Hex color #B253C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253C8 is #4DAC37. Grayscale: #7C7C7C. Windows color (decimal): -5090360 or 13128626. OLE color: 13128626.
HSL color Cylindrical-coordinate representation of color #B253C8: hue angle of 288.72º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B253C8 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 83 | 200 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.22 |
| HSL | 288.72º | 0.52% | 0.55% | - |
| HSV(B) | 288.72º | 0.59% | 0.78% | - |
| XYZ | 31.88 | 19.82 | 56.79 | - |
| YUV | 124.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 200 | 0.11 | 0.58 | 0 | 0.22 | 288.72 | 0.52 | 0.55 |
| Hex | B2 | 53 | C8 | B | 3A | 0 | 16 | 121 | 34 | 37 |
| Octal | 262 | 123 | 310 | 13 | 72 | 0 | 26 | 441 | 64 | 67 |
| Binary | 10110010 | 1010011 | 11001000 | 1011 | 111010 | 0 | 10110 | 100100001 | 110100 | 110111 |
Color Harmonies of #B253C8
Complementary color
Monochromatic Colors of #B253C8
Black with #B253C8
Text Example
Text Example
White with #B253C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B253C8; }
p { color: rgb(178,83,200); }
H1.HeaderClassName
{
color: #B253C8;
}
.AnyTagClassName
{
color: #B253C8;
}
</style>
background-color css
<style>
a { background-color: #B253C8; }
a { background-color: rgb(178,83,200); }
div.DivClassName
{
background-color: #B253C8;
}
.BgClassName
{
background-color: #B253C8;
}
</style>
border-color css
<style>
span { border-color: #B253C8; }
span { border-color: rgb(178,83,200); }
td.TdClassName
{
border-color: #B253C8;
}
.TagClassName
{
border-color: #B253C8;
}
</style>