Shades of Medium Orchid #B354CC
Tints of Medium Orchid #B354CC
RGB
CMYK
RGB Variations
Color information
#B354CC (or 0xB354CC) is known color: Medium Orchid. HEX triplet: B3, 54 and CC. RGB value is (179,84,204). Sum of RGB (Red+Green+Blue) = 179+84+204=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #B354CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354CC is #4CAB33. Grayscale: #7D7D7D. Windows color (decimal): -5024564 or 13391027. OLE color: 13391027.
HSL color Cylindrical-coordinate representation of color #B354CC: hue angle of 287.5º 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 #B354CC is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 84 | 204 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.2 |
| HSL | 287.5º | 0.54% | 0.56% | - |
| HSV(B) | 287.5º | 0.59% | 0.8% | - |
| XYZ | 32.66 | 20.28 | 59.32 | - |
| YUV | 126.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 204 | 0.12 | 0.59 | 0 | 0.2 | 287.5 | 0.54 | 0.56 |
| Hex | B3 | 54 | CC | C | 3B | 0 | 14 | 120 | 36 | 38 |
| Octal | 263 | 124 | 314 | 14 | 73 | 0 | 24 | 440 | 66 | 70 |
| Binary | 10110011 | 1010100 | 11001100 | 1100 | 111011 | 0 | 10100 | 100100000 | 110110 | 111000 |
Color Harmonies of #B354CC
Complementary color
Monochromatic Colors of #B354CC
Black with #B354CC
Text Example
Text Example
White with #B354CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B354CC; }
p { color: rgb(179,84,204); }
H1.HeaderClassName
{
color: #B354CC;
}
.AnyTagClassName
{
color: #B354CC;
}
</style>
background-color css
<style>
a { background-color: #B354CC; }
a { background-color: rgb(179,84,204); }
div.DivClassName
{
background-color: #B354CC;
}
.BgClassName
{
background-color: #B354CC;
}
</style>
border-color css
<style>
span { border-color: #B354CC; }
span { border-color: rgb(179,84,204); }
td.TdClassName
{
border-color: #B354CC;
}
.TagClassName
{
border-color: #B354CC;
}
</style>