Shades of Medium Orchid #B354D8
Tints of Medium Orchid #B354D8
RGB
CMYK
RGB Variations
Color information
#B354D8 (or 0xB354D8) is known color: Medium Orchid. HEX triplet: B3, 54 and D8. RGB value is (179,84,216). Sum of RGB (Red+Green+Blue) = 179+84+216=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #B354D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354D8 is #4CAB27. Grayscale: #7F7F7F. Windows color (decimal): -5024552 or 14177459. OLE color: 14177459.
HSL color Cylindrical-coordinate representation of color #B354D8: hue angle of 283.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B354D8 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 84 | 216 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.15 |
| HSL | 283.18º | 0.63% | 0.59% | - |
| HSV(B) | 283.18º | 0.61% | 0.85% | - |
| XYZ | 34.16 | 20.88 | 67.2 | - |
| YUV | 127.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 216 | 0.17 | 0.61 | 0 | 0.15 | 283.18 | 0.63 | 0.59 |
| Hex | B3 | 54 | D8 | 11 | 3D | 0 | F | 11B | 3F | 3B |
| Octal | 263 | 124 | 330 | 21 | 75 | 0 | 17 | 433 | 77 | 73 |
| Binary | 10110011 | 1010100 | 11011000 | 10001 | 111101 | 0 | 1111 | 100011011 | 111111 | 111011 |
Color Harmonies of #B354D8
Complementary color
Monochromatic Colors of #B354D8
Black with #B354D8
Text Example
Text Example
White with #B354D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B354D8; }
p { color: rgb(179,84,216); }
H1.HeaderClassName
{
color: #B354D8;
}
.AnyTagClassName
{
color: #B354D8;
}
</style>
background-color css
<style>
a { background-color: #B354D8; }
a { background-color: rgb(179,84,216); }
div.DivClassName
{
background-color: #B354D8;
}
.BgClassName
{
background-color: #B354D8;
}
</style>
border-color css
<style>
span { border-color: #B354D8; }
span { border-color: rgb(179,84,216); }
td.TdClassName
{
border-color: #B354D8;
}
.TagClassName
{
border-color: #B354D8;
}
</style>