Shades of Medium Orchid #B352D4
Tints of Medium Orchid #B352D4
RGB
CMYK
RGB Variations
Color information
#B352D4 (or 0xB352D4) is known color: Medium Orchid. HEX triplet: B3, 52 and D4. RGB value is (179,82,212). Sum of RGB (Red+Green+Blue) = 179+82+212=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 82 (32.42% from 255 or 17.34% 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 #B352D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352D4 is #4CAD2B. Grayscale: #7D7D7D. Windows color (decimal): -5025068 or 13914803. OLE color: 13914803.
HSL color Cylindrical-coordinate representation of color #B352D4: hue angle of 284.77º 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 #B352D4 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 82 | 212 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.17 |
| HSL | 284.77º | 0.6% | 0.58% | - |
| HSV(B) | 284.77º | 0.61% | 0.83% | - |
| XYZ | 33.49 | 20.37 | 64.45 | - |
| YUV | 125.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 212 | 0.16 | 0.61 | 0 | 0.17 | 284.77 | 0.6 | 0.58 |
| Hex | B3 | 52 | D4 | 10 | 3D | 0 | 11 | 11D | 3C | 3A |
| Octal | 263 | 122 | 324 | 20 | 75 | 0 | 21 | 435 | 74 | 72 |
| Binary | 10110011 | 1010010 | 11010100 | 10000 | 111101 | 0 | 10001 | 100011101 | 111100 | 111010 |
Color Harmonies of #B352D4
Complementary color
Monochromatic Colors of #B352D4
Black with #B352D4
Text Example
Text Example
White with #B352D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B352D4; }
p { color: rgb(179,82,212); }
H1.HeaderClassName
{
color: #B352D4;
}
.AnyTagClassName
{
color: #B352D4;
}
</style>
background-color css
<style>
a { background-color: #B352D4; }
a { background-color: rgb(179,82,212); }
div.DivClassName
{
background-color: #B352D4;
}
.BgClassName
{
background-color: #B352D4;
}
</style>
border-color css
<style>
span { border-color: #B352D4; }
span { border-color: rgb(179,82,212); }
td.TdClassName
{
border-color: #B352D4;
}
.TagClassName
{
border-color: #B352D4;
}
</style>