Shades of Medium Orchid #B253D4
Tints of Medium Orchid #B253D4
RGB
CMYK
RGB Variations
Color information
#B253D4 (or 0xB253D4) is known color: Medium Orchid. HEX triplet: B2, 53 and D4. RGB value is (178,83,212). Sum of RGB (Red+Green+Blue) = 178+83+212=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #B253D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253D4 is #4DAC2B. Grayscale: #7D7D7D. Windows color (decimal): -5090348 or 13915058. OLE color: 13915058.
HSL color Cylindrical-coordinate representation of color #B253D4: hue angle of 284.19º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B253D4 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 83 | 212 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.17 |
| HSL | 284.19º | 0.6% | 0.58% | - |
| HSV(B) | 284.19º | 0.61% | 0.83% | - |
| XYZ | 33.34 | 20.4 | 64.47 | - |
| YUV | 126.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 212 | 0.16 | 0.61 | 0 | 0.17 | 284.19 | 0.6 | 0.58 |
| Hex | B2 | 53 | D4 | 10 | 3D | 0 | 11 | 11C | 3C | 3A |
| Octal | 262 | 123 | 324 | 20 | 75 | 0 | 21 | 434 | 74 | 72 |
| Binary | 10110010 | 1010011 | 11010100 | 10000 | 111101 | 0 | 10001 | 100011100 | 111100 | 111010 |
Color Harmonies of #B253D4
Complementary color
Monochromatic Colors of #B253D4
Black with #B253D4
Text Example
Text Example
White with #B253D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B253D4; }
p { color: rgb(178,83,212); }
H1.HeaderClassName
{
color: #B253D4;
}
.AnyTagClassName
{
color: #B253D4;
}
</style>
background-color css
<style>
a { background-color: #B253D4; }
a { background-color: rgb(178,83,212); }
div.DivClassName
{
background-color: #B253D4;
}
.BgClassName
{
background-color: #B253D4;
}
</style>
border-color css
<style>
span { border-color: #B253D4; }
span { border-color: rgb(178,83,212); }
td.TdClassName
{
border-color: #B253D4;
}
.TagClassName
{
border-color: #B253D4;
}
</style>