Shades of Medium Orchid #B253E7
Tints of Medium Orchid #B253E7
RGB
CMYK
RGB Variations
Color information
#B253E7 (or 0xB253E7) is known color: Medium Orchid. HEX triplet: B2, 53 and E7. RGB value is (178,83,231). Sum of RGB (Red+Green+Blue) = 178+83+231=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #B253E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B253E7 is #4DAC18. Grayscale: #7F7F7F. Windows color (decimal): -5090329 or 15160242. OLE color: 15160242.
HSL color Cylindrical-coordinate representation of color #B253E7: hue angle of 278.51º degrees, saturation: 0.76, 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 #B253E7 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 83 | 231 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.09 |
| HSL | 278.51º | 0.76% | 0.62% | - |
| HSV(B) | 278.51º | 0.64% | 0.91% | - |
| XYZ | 35.88 | 21.42 | 77.85 | - |
| YUV | 128.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 231 | 0.23 | 0.64 | 0 | 0.09 | 278.51 | 0.76 | 0.62 |
| Hex | B2 | 53 | E7 | 17 | 40 | 0 | 9 | 117 | 4C | 3E |
| Octal | 262 | 123 | 347 | 27 | 100 | 0 | 11 | 427 | 114 | 76 |
| Binary | 10110010 | 1010011 | 11100111 | 10111 | 1000000 | 0 | 1001 | 100010111 | 1001100 | 111110 |
Color Harmonies of #B253E7
Complementary color
Monochromatic Colors of #B253E7
Black with #B253E7
Text Example
Text Example
White with #B253E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B253E7; }
p { color: rgb(178,83,231); }
H1.HeaderClassName
{
color: #B253E7;
}
.AnyTagClassName
{
color: #B253E7;
}
</style>
background-color css
<style>
a { background-color: #B253E7; }
a { background-color: rgb(178,83,231); }
div.DivClassName
{
background-color: #B253E7;
}
.BgClassName
{
background-color: #B253E7;
}
</style>
border-color css
<style>
span { border-color: #B253E7; }
span { border-color: rgb(178,83,231); }
td.TdClassName
{
border-color: #B253E7;
}
.TagClassName
{
border-color: #B253E7;
}
</style>