Shades of Medium Orchid #B253E2
Tints of Medium Orchid #B253E2
RGB
CMYK
RGB Variations
Color information
#B253E2 (or 0xB253E2) is known color: Medium Orchid. HEX triplet: B2, 53 and E2. RGB value is (178,83,226). Sum of RGB (Red+Green+Blue) = 178+83+226=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 226 - color contains mainly: blue. Hex color #B253E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253E2 is #4DAC1D. Grayscale: #7F7F7F. Windows color (decimal): -5090334 or 14832562. OLE color: 14832562.
HSL color Cylindrical-coordinate representation of color #B253E2: hue angle of 279.86º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B253E2 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 83 | 226 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.11 |
| HSL | 279.86º | 0.71% | 0.61% | - |
| HSV(B) | 279.86º | 0.63% | 0.89% | - |
| XYZ | 35.18 | 21.14 | 74.18 | - |
| YUV | 127.71 | 183.47 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 226 | 0.21 | 0.63 | 0 | 0.11 | 279.86 | 0.71 | 0.61 |
| Hex | B2 | 53 | E2 | 15 | 3F | 0 | B | 118 | 47 | 3D |
| Octal | 262 | 123 | 342 | 25 | 77 | 0 | 13 | 430 | 107 | 75 |
| Binary | 10110010 | 1010011 | 11100010 | 10101 | 111111 | 0 | 1011 | 100011000 | 1000111 | 111101 |
Color Harmonies of #B253E2
Complementary color
Monochromatic Colors of #B253E2
Black with #B253E2
Text Example
Text Example
White with #B253E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B253E2; }
p { color: rgb(178,83,226); }
H1.HeaderClassName
{
color: #B253E2;
}
.AnyTagClassName
{
color: #B253E2;
}
</style>
background-color css
<style>
a { background-color: #B253E2; }
a { background-color: rgb(178,83,226); }
div.DivClassName
{
background-color: #B253E2;
}
.BgClassName
{
background-color: #B253E2;
}
</style>
border-color css
<style>
span { border-color: #B253E2; }
span { border-color: rgb(178,83,226); }
td.TdClassName
{
border-color: #B253E2;
}
.TagClassName
{
border-color: #B253E2;
}
</style>