Shades of Medium Orchid #B354CB
Tints of Medium Orchid #B354CB
RGB
CMYK
RGB Variations
Color information
#B354CB (or 0xB354CB) is known color: Medium Orchid. HEX triplet: B3, 54 and CB. RGB value is (179,84,203). Sum of RGB (Red+Green+Blue) = 179+84+203=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #B354CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354CB is #4CAB34. Grayscale: #7D7D7D. Windows color (decimal): -5024565 or 13325491. OLE color: 13325491.
HSL color Cylindrical-coordinate representation of color #B354CB: hue angle of 287.9º degrees, saturation: 0.53, 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 #B354CB is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 84 | 203 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.20 |
| HSL | 287.9º | 0.53% | 0.56% | - |
| HSV(B) | 287.9º | 0.59% | 0.8% | - |
| XYZ | 32.54 | 20.24 | 58.69 | - |
| YUV | 125.97 | 171.47 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 203 | 0.12 | 0.59 | 0 | 0.20 | 287.9 | 0.53 | 0.56 |
| Hex | B3 | 54 | CB | C | 3B | 0 | 14 | 120 | 35 | 38 |
| Octal | 263 | 124 | 313 | 14 | 73 | 0 | 24 | 440 | 65 | 70 |
| Binary | 10110011 | 1010100 | 11001011 | 1100 | 111011 | 0 | 10100 | 100100000 | 110101 | 111000 |
Color Harmonies of #B354CB
Complementary color
Monochromatic Colors of #B354CB
Black with #B354CB
Text Example
Text Example
White with #B354CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B354CB; }
p { color: rgb(179,84,203); }
H1.HeaderClassName
{
color: #B354CB;
}
.AnyTagClassName
{
color: #B354CB;
}
</style>
background-color css
<style>
a { background-color: #B354CB; }
a { background-color: rgb(179,84,203); }
div.DivClassName
{
background-color: #B354CB;
}
.BgClassName
{
background-color: #B354CB;
}
</style>
border-color css
<style>
span { border-color: #B354CB; }
span { border-color: rgb(179,84,203); }
td.TdClassName
{
border-color: #B354CB;
}
.TagClassName
{
border-color: #B354CB;
}
</style>