Shades of Medium Orchid #B253E9
Tints of Medium Orchid #B253E9
RGB
CMYK
RGB Variations
Color information
#B253E9 (or 0xB253E9) is known color: Medium Orchid. HEX triplet: B2, 53 and E9. RGB value is (178,83,233). Sum of RGB (Red+Green+Blue) = 178+83+233=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #B253E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B253E9 is #4DAC16. Grayscale: #808080. Windows color (decimal): -5090327 or 15291314. OLE color: 15291314.
HSL color Cylindrical-coordinate representation of color #B253E9: hue angle of 278º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B253E9 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 83 | 233 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.09 |
| HSL | 278º | 0.77% | 0.62% | - |
| HSV(B) | 278º | 0.64% | 0.91% | - |
| XYZ | 36.16 | 21.53 | 79.34 | - |
| YUV | 128.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 233 | 0.24 | 0.64 | 0 | 0.09 | 278 | 0.77 | 0.62 |
| Hex | B2 | 53 | E9 | 18 | 40 | 0 | 9 | 116 | 4D | 3E |
| Octal | 262 | 123 | 351 | 30 | 100 | 0 | 11 | 426 | 115 | 76 |
| Binary | 10110010 | 1010011 | 11101001 | 11000 | 1000000 | 0 | 1001 | 100010110 | 1001101 | 111110 |
Color Harmonies of #B253E9
Complementary color
Monochromatic Colors of #B253E9
Black with #B253E9
Text Example
Text Example
White with #B253E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B253E9; }
p { color: rgb(178,83,233); }
H1.HeaderClassName
{
color: #B253E9;
}
.AnyTagClassName
{
color: #B253E9;
}
</style>
background-color css
<style>
a { background-color: #B253E9; }
a { background-color: rgb(178,83,233); }
div.DivClassName
{
background-color: #B253E9;
}
.BgClassName
{
background-color: #B253E9;
}
</style>
border-color css
<style>
span { border-color: #B253E9; }
span { border-color: rgb(178,83,233); }
td.TdClassName
{
border-color: #B253E9;
}
.TagClassName
{
border-color: #B253E9;
}
</style>