Shades of Medium Orchid #B252D4
Tints of Medium Orchid #B252D4
RGB
CMYK
RGB Variations
Color information
#B252D4 (or 0xB252D4) is known color: Medium Orchid. HEX triplet: B2, 52 and D4. RGB value is (178,82,212). Sum of RGB (Red+Green+Blue) = 178+82+212=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #B252D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B252D4 is #4DAD2B. Grayscale: #7D7D7D. Windows color (decimal): -5090604 or 13914802. OLE color: 13914802.
HSL color Cylindrical-coordinate representation of color #B252D4: hue angle of 284.31º 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 #B252D4 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 82 | 212 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.17 |
| HSL | 284.31º | 0.6% | 0.58% | - |
| HSV(B) | 284.31º | 0.61% | 0.83% | - |
| XYZ | 33.26 | 20.25 | 64.44 | - |
| YUV | 125.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 212 | 0.16 | 0.61 | 0 | 0.17 | 284.31 | 0.6 | 0.58 |
| Hex | B2 | 52 | D4 | 10 | 3D | 0 | 11 | 11C | 3C | 3A |
| Octal | 262 | 122 | 324 | 20 | 75 | 0 | 21 | 434 | 74 | 72 |
| Binary | 10110010 | 1010010 | 11010100 | 10000 | 111101 | 0 | 10001 | 100011100 | 111100 | 111010 |
Color Harmonies of #B252D4
Complementary color
Monochromatic Colors of #B252D4
Black with #B252D4
Text Example
Text Example
White with #B252D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B252D4; }
p { color: rgb(178,82,212); }
H1.HeaderClassName
{
color: #B252D4;
}
.AnyTagClassName
{
color: #B252D4;
}
</style>
background-color css
<style>
a { background-color: #B252D4; }
a { background-color: rgb(178,82,212); }
div.DivClassName
{
background-color: #B252D4;
}
.BgClassName
{
background-color: #B252D4;
}
</style>
border-color css
<style>
span { border-color: #B252D4; }
span { border-color: rgb(178,82,212); }
td.TdClassName
{
border-color: #B252D4;
}
.TagClassName
{
border-color: #B252D4;
}
</style>