Shades of Medium Orchid #B253EF
Tints of Medium Orchid #B253EF
RGB
CMYK
RGB Variations
Color information
#B253EF (or 0xB253EF) is known color: Medium Orchid. HEX triplet: B2, 53 and EF. RGB value is (178,83,239). Sum of RGB (Red+Green+Blue) = 178+83+239=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #B253EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B253EF is #4DAC10. Grayscale: #808080. Windows color (decimal): -5090321 or 15684530. OLE color: 15684530.
HSL color Cylindrical-coordinate representation of color #B253EF: hue angle of 276.54º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B253EF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 83 | 239 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.06 |
| HSL | 276.54º | 0.83% | 0.63% | - |
| HSV(B) | 276.54º | 0.65% | 0.94% | - |
| XYZ | 37.03 | 21.88 | 83.93 | - |
| YUV | 129.19 | 189.97 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 239 | 0.26 | 0.65 | 0 | 0.06 | 276.54 | 0.83 | 0.63 |
| Hex | B2 | 53 | EF | 1A | 41 | 0 | 6 | 115 | 53 | 3F |
| Octal | 262 | 123 | 357 | 32 | 101 | 0 | 6 | 425 | 123 | 77 |
| Binary | 10110010 | 1010011 | 11101111 | 11010 | 1000001 | 0 | 110 | 100010101 | 1010011 | 111111 |
Color Harmonies of #B253EF
Complementary color
Monochromatic Colors of #B253EF
Black with #B253EF
Text Example
Text Example
White with #B253EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B253EF; }
p { color: rgb(178,83,239); }
H1.HeaderClassName
{
color: #B253EF;
}
.AnyTagClassName
{
color: #B253EF;
}
</style>
background-color css
<style>
a { background-color: #B253EF; }
a { background-color: rgb(178,83,239); }
div.DivClassName
{
background-color: #B253EF;
}
.BgClassName
{
background-color: #B253EF;
}
</style>
border-color css
<style>
span { border-color: #B253EF; }
span { border-color: rgb(178,83,239); }
td.TdClassName
{
border-color: #B253EF;
}
.TagClassName
{
border-color: #B253EF;
}
</style>