Shades of Medium Orchid #B352CA
Tints of Medium Orchid #B352CA
RGB
CMYK
RGB Variations
Color information
#B352CA (or 0xB352CA) is known color: Medium Orchid. HEX triplet: B3, 52 and CA. RGB value is (179,82,202). Sum of RGB (Red+Green+Blue) = 179+82+202=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #B352CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352CA is #4CAD35. Grayscale: #7C7C7C. Windows color (decimal): -5025078 or 13259443. OLE color: 13259443.
HSL color Cylindrical-coordinate representation of color #B352CA: hue angle of 288.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B352CA is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 82 | 202 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.21 |
| HSL | 288.5º | 0.53% | 0.56% | - |
| HSV(B) | 288.5º | 0.59% | 0.79% | - |
| XYZ | 32.27 | 19.88 | 58.01 | - |
| YUV | 124.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 202 | 0.11 | 0.59 | 0 | 0.21 | 288.5 | 0.53 | 0.56 |
| Hex | B3 | 52 | CA | B | 3B | 0 | 15 | 120 | 35 | 38 |
| Octal | 263 | 122 | 312 | 13 | 73 | 0 | 25 | 440 | 65 | 70 |
| Binary | 10110011 | 1010010 | 11001010 | 1011 | 111011 | 0 | 10101 | 100100000 | 110101 | 111000 |
Color Harmonies of #B352CA
Complementary color
Monochromatic Colors of #B352CA
Black with #B352CA
Text Example
Text Example
White with #B352CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B352CA; }
p { color: rgb(179,82,202); }
H1.HeaderClassName
{
color: #B352CA;
}
.AnyTagClassName
{
color: #B352CA;
}
</style>
background-color css
<style>
a { background-color: #B352CA; }
a { background-color: rgb(179,82,202); }
div.DivClassName
{
background-color: #B352CA;
}
.BgClassName
{
background-color: #B352CA;
}
</style>
border-color css
<style>
span { border-color: #B352CA; }
span { border-color: rgb(179,82,202); }
td.TdClassName
{
border-color: #B352CA;
}
.TagClassName
{
border-color: #B352CA;
}
</style>