Shades of Medium Orchid #B352CC
Tints of Medium Orchid #B352CC
RGB
CMYK
RGB Variations
Color information
#B352CC (or 0xB352CC) is known color: Medium Orchid. HEX triplet: B3, 52 and CC. RGB value is (179,82,204). Sum of RGB (Red+Green+Blue) = 179+82+204=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #B352CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352CC is #4CAD33. Grayscale: #7C7C7C. Windows color (decimal): -5025076 or 13390515. OLE color: 13390515.
HSL color Cylindrical-coordinate representation of color #B352CC: hue angle of 287.7º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B352CC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 82 | 204 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.2 |
| HSL | 287.7º | 0.54% | 0.56% | - |
| HSV(B) | 287.7º | 0.6% | 0.8% | - |
| XYZ | 32.51 | 19.98 | 59.27 | - |
| YUV | 124.91 | 172.64 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 204 | 0.12 | 0.60 | 0 | 0.2 | 287.7 | 0.54 | 0.56 |
| Hex | B3 | 52 | CC | C | 3C | 0 | 14 | 120 | 36 | 38 |
| Octal | 263 | 122 | 314 | 14 | 74 | 0 | 24 | 440 | 66 | 70 |
| Binary | 10110011 | 1010010 | 11001100 | 1100 | 111100 | 0 | 10100 | 100100000 | 110110 | 111000 |
Color Harmonies of #B352CC
Complementary color
Monochromatic Colors of #B352CC
Black with #B352CC
Text Example
Text Example
White with #B352CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B352CC; }
p { color: rgb(179,82,204); }
H1.HeaderClassName
{
color: #B352CC;
}
.AnyTagClassName
{
color: #B352CC;
}
</style>
background-color css
<style>
a { background-color: #B352CC; }
a { background-color: rgb(179,82,204); }
div.DivClassName
{
background-color: #B352CC;
}
.BgClassName
{
background-color: #B352CC;
}
</style>
border-color css
<style>
span { border-color: #B352CC; }
span { border-color: rgb(179,82,204); }
td.TdClassName
{
border-color: #B352CC;
}
.TagClassName
{
border-color: #B352CC;
}
</style>