Shades of Medium Orchid #B354DE
Tints of Medium Orchid #B354DE
RGB
CMYK
RGB Variations
Color information
#B354DE (or 0xB354DE) is known color: Medium Orchid. HEX triplet: B3, 54 and DE. RGB value is (179,84,222). Sum of RGB (Red+Green+Blue) = 179+84+222=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #B354DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354DE is #4CAB21. Grayscale: #7F7F7F. Windows color (decimal): -5024546 or 14570675. OLE color: 14570675.
HSL color Cylindrical-coordinate representation of color #B354DE: hue angle of 281.3º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B354DE is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 84 | 222 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.13 |
| HSL | 281.3º | 0.68% | 0.6% | - |
| HSV(B) | 281.3º | 0.62% | 0.87% | - |
| XYZ | 34.95 | 21.2 | 71.36 | - |
| YUV | 128.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 222 | 0.19 | 0.62 | 0 | 0.13 | 281.3 | 0.68 | 0.6 |
| Hex | B3 | 54 | DE | 13 | 3E | 0 | D | 119 | 44 | 3C |
| Octal | 263 | 124 | 336 | 23 | 76 | 0 | 15 | 431 | 104 | 74 |
| Binary | 10110011 | 1010100 | 11011110 | 10011 | 111110 | 0 | 1101 | 100011001 | 1000100 | 111100 |
Color Harmonies of #B354DE
Complementary color
Monochromatic Colors of #B354DE
Black with #B354DE
Text Example
Text Example
White with #B354DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B354DE; }
p { color: rgb(179,84,222); }
H1.HeaderClassName
{
color: #B354DE;
}
.AnyTagClassName
{
color: #B354DE;
}
</style>
background-color css
<style>
a { background-color: #B354DE; }
a { background-color: rgb(179,84,222); }
div.DivClassName
{
background-color: #B354DE;
}
.BgClassName
{
background-color: #B354DE;
}
</style>
border-color css
<style>
span { border-color: #B354DE; }
span { border-color: rgb(179,84,222); }
td.TdClassName
{
border-color: #B354DE;
}
.TagClassName
{
border-color: #B354DE;
}
</style>