Shades of Medium Orchid #B349DB
Tints of Medium Orchid #B349DB
RGB
CMYK
RGB Variations
Color information
#B349DB (or 0xB349DB) is known color: Medium Orchid. HEX triplet: B3, 49 and DB. RGB value is (179,73,219). Sum of RGB (Red+Green+Blue) = 179+73+219=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #B349DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349DB is #4CB624. Grayscale: #787878. Windows color (decimal): -5027365 or 14371251. OLE color: 14371251.
HSL color Cylindrical-coordinate representation of color #B349DB: hue angle of 283.56º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B349DB is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 73 | 219 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.14 |
| HSL | 283.56º | 0.67% | 0.57% | - |
| HSV(B) | 283.56º | 0.67% | 0.86% | - |
| XYZ | 33.76 | 19.46 | 69 | - |
| YUV | 121.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 219 | 0.18 | 0.67 | 0 | 0.14 | 283.56 | 0.67 | 0.57 |
| Hex | B3 | 49 | DB | 12 | 43 | 0 | E | 11C | 43 | 39 |
| Octal | 263 | 111 | 333 | 22 | 103 | 0 | 16 | 434 | 103 | 71 |
| Binary | 10110011 | 1001001 | 11011011 | 10010 | 1000011 | 0 | 1110 | 100011100 | 1000011 | 111001 |
Color Harmonies of #B349DB
Complementary color
Monochromatic Colors of #B349DB
Black with #B349DB
Text Example
Text Example
White with #B349DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B349DB; }
p { color: rgb(179,73,219); }
H1.HeaderClassName
{
color: #B349DB;
}
.AnyTagClassName
{
color: #B349DB;
}
</style>
background-color css
<style>
a { background-color: #B349DB; }
a { background-color: rgb(179,73,219); }
div.DivClassName
{
background-color: #B349DB;
}
.BgClassName
{
background-color: #B349DB;
}
</style>
border-color css
<style>
span { border-color: #B349DB; }
span { border-color: rgb(179,73,219); }
td.TdClassName
{
border-color: #B349DB;
}
.TagClassName
{
border-color: #B349DB;
}
</style>