Shades of Medium Orchid #B350DD
Tints of Medium Orchid #B350DD
RGB
CMYK
RGB Variations
Color information
#B350DD (or 0xB350DD) is known color: Medium Orchid. HEX triplet: B3, 50 and DD. RGB value is (179,80,221). Sum of RGB (Red+Green+Blue) = 179+80+221=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #B350DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350DD is #4CAF22. Grayscale: #7D7D7D. Windows color (decimal): -5025571 or 14504115. OLE color: 14504115.
HSL color Cylindrical-coordinate representation of color #B350DD: hue angle of 282.13º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B350DD is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 80 | 221 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.13 |
| HSL | 282.13º | 0.67% | 0.59% | - |
| HSV(B) | 282.13º | 0.64% | 0.87% | - |
| XYZ | 34.51 | 20.54 | 70.55 | - |
| YUV | 125.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 221 | 0.19 | 0.64 | 0 | 0.13 | 282.13 | 0.67 | 0.59 |
| Hex | B3 | 50 | DD | 13 | 40 | 0 | D | 11A | 43 | 3B |
| Octal | 263 | 120 | 335 | 23 | 100 | 0 | 15 | 432 | 103 | 73 |
| Binary | 10110011 | 1010000 | 11011101 | 10011 | 1000000 | 0 | 1101 | 100011010 | 1000011 | 111011 |
Color Harmonies of #B350DD
Complementary color
Monochromatic Colors of #B350DD
Black with #B350DD
Text Example
Text Example
White with #B350DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B350DD; }
p { color: rgb(179,80,221); }
H1.HeaderClassName
{
color: #B350DD;
}
.AnyTagClassName
{
color: #B350DD;
}
</style>
background-color css
<style>
a { background-color: #B350DD; }
a { background-color: rgb(179,80,221); }
div.DivClassName
{
background-color: #B350DD;
}
.BgClassName
{
background-color: #B350DD;
}
</style>
border-color css
<style>
span { border-color: #B350DD; }
span { border-color: rgb(179,80,221); }
td.TdClassName
{
border-color: #B350DD;
}
.TagClassName
{
border-color: #B350DD;
}
</style>