Shades of Medium Orchid #B349DD
Tints of Medium Orchid #B349DD
RGB
CMYK
RGB Variations
Color information
#B349DD (or 0xB349DD) is known color: Medium Orchid. HEX triplet: B3, 49 and DD. RGB value is (179,73,221). Sum of RGB (Red+Green+Blue) = 179+73+221=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #B349DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349DD is #4CB622. Grayscale: #797979. Windows color (decimal): -5027363 or 14502323. OLE color: 14502323.
HSL color Cylindrical-coordinate representation of color #B349DD: hue angle of 282.97º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B349DD is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 73 | 221 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.13 |
| HSL | 282.97º | 0.69% | 0.58% | - |
| HSV(B) | 282.97º | 0.67% | 0.87% | - |
| XYZ | 34.02 | 19.57 | 70.39 | - |
| YUV | 121.57 | 184.12 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 221 | 0.19 | 0.67 | 0 | 0.13 | 282.97 | 0.69 | 0.58 |
| Hex | B3 | 49 | DD | 13 | 43 | 0 | D | 11B | 45 | 3A |
| Octal | 263 | 111 | 335 | 23 | 103 | 0 | 15 | 433 | 105 | 72 |
| Binary | 10110011 | 1001001 | 11011101 | 10011 | 1000011 | 0 | 1101 | 100011011 | 1000101 | 111010 |
Color Harmonies of #B349DD
Complementary color
Monochromatic Colors of #B349DD
Black with #B349DD
Text Example
Text Example
White with #B349DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B349DD; }
p { color: rgb(179,73,221); }
H1.HeaderClassName
{
color: #B349DD;
}
.AnyTagClassName
{
color: #B349DD;
}
</style>
background-color css
<style>
a { background-color: #B349DD; }
a { background-color: rgb(179,73,221); }
div.DivClassName
{
background-color: #B349DD;
}
.BgClassName
{
background-color: #B349DD;
}
</style>
border-color css
<style>
span { border-color: #B349DD; }
span { border-color: rgb(179,73,221); }
td.TdClassName
{
border-color: #B349DD;
}
.TagClassName
{
border-color: #B349DD;
}
</style>