Shades of Medium Orchid #B354DC
Tints of Medium Orchid #B354DC
RGB
CMYK
RGB Variations
Color information
#B354DC (or 0xB354DC) is known color: Medium Orchid. HEX triplet: B3, 54 and DC. RGB value is (179,84,220). Sum of RGB (Red+Green+Blue) = 179+84+220=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #B354DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354DC is #4CAB23. Grayscale: #7F7F7F. Windows color (decimal): -5024548 or 14439603. OLE color: 14439603.
HSL color Cylindrical-coordinate representation of color #B354DC: hue angle of 281.91º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B354DC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 84 | 220 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.14 |
| HSL | 281.91º | 0.66% | 0.6% | - |
| HSV(B) | 281.91º | 0.62% | 0.86% | - |
| XYZ | 34.68 | 21.09 | 69.95 | - |
| YUV | 127.91 | 179.97 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 220 | 0.19 | 0.62 | 0 | 0.14 | 281.91 | 0.66 | 0.6 |
| Hex | B3 | 54 | DC | 13 | 3E | 0 | E | 11A | 42 | 3C |
| Octal | 263 | 124 | 334 | 23 | 76 | 0 | 16 | 432 | 102 | 74 |
| Binary | 10110011 | 1010100 | 11011100 | 10011 | 111110 | 0 | 1110 | 100011010 | 1000010 | 111100 |
Color Harmonies of #B354DC
Complementary color
Monochromatic Colors of #B354DC
Black with #B354DC
Text Example
Text Example
White with #B354DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B354DC; }
p { color: rgb(179,84,220); }
H1.HeaderClassName
{
color: #B354DC;
}
.AnyTagClassName
{
color: #B354DC;
}
</style>
background-color css
<style>
a { background-color: #B354DC; }
a { background-color: rgb(179,84,220); }
div.DivClassName
{
background-color: #B354DC;
}
.BgClassName
{
background-color: #B354DC;
}
</style>
border-color css
<style>
span { border-color: #B354DC; }
span { border-color: rgb(179,84,220); }
td.TdClassName
{
border-color: #B354DC;
}
.TagClassName
{
border-color: #B354DC;
}
</style>