Shades of Medium Orchid #B353CC
Tints of Medium Orchid #B353CC
RGB
CMYK
RGB Variations
Color information
#B353CC (or 0xB353CC) is known color: Medium Orchid. HEX triplet: B3, 53 and CC. RGB value is (179,83,204). Sum of RGB (Red+Green+Blue) = 179+83+204=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #B353CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353CC is #4CAC33. Grayscale: #7D7D7D. Windows color (decimal): -5024820 or 13390771. OLE color: 13390771.
HSL color Cylindrical-coordinate representation of color #B353CC: hue angle of 287.6º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B353CC is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 83 | 204 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.2 |
| HSL | 287.6º | 0.54% | 0.56% | - |
| HSV(B) | 287.6º | 0.59% | 0.8% | - |
| XYZ | 32.58 | 20.13 | 59.29 | - |
| YUV | 125.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 204 | 0.12 | 0.59 | 0 | 0.2 | 287.6 | 0.54 | 0.56 |
| Hex | B3 | 53 | CC | C | 3B | 0 | 14 | 120 | 36 | 38 |
| Octal | 263 | 123 | 314 | 14 | 73 | 0 | 24 | 440 | 66 | 70 |
| Binary | 10110011 | 1010011 | 11001100 | 1100 | 111011 | 0 | 10100 | 100100000 | 110110 | 111000 |
Color Harmonies of #B353CC
Complementary color
Monochromatic Colors of #B353CC
Black with #B353CC
Text Example
Text Example
White with #B353CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B353CC; }
p { color: rgb(179,83,204); }
H1.HeaderClassName
{
color: #B353CC;
}
.AnyTagClassName
{
color: #B353CC;
}
</style>
background-color css
<style>
a { background-color: #B353CC; }
a { background-color: rgb(179,83,204); }
div.DivClassName
{
background-color: #B353CC;
}
.BgClassName
{
background-color: #B353CC;
}
</style>
border-color css
<style>
span { border-color: #B353CC; }
span { border-color: rgb(179,83,204); }
td.TdClassName
{
border-color: #B353CC;
}
.TagClassName
{
border-color: #B353CC;
}
</style>