Shades of Medium Orchid #B346DC
Tints of Medium Orchid #B346DC
RGB
CMYK
RGB Variations
Color information
#B346DC (or 0xB346DC) is known color: Medium Orchid. HEX triplet: B3, 46 and DC. RGB value is (179,70,220). Sum of RGB (Red+Green+Blue) = 179+70+220=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #B346DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346DC is #4CB923. Grayscale: #777777. Windows color (decimal): -5028132 or 14436019. OLE color: 14436019.
HSL color Cylindrical-coordinate representation of color #B346DC: hue angle of 283.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B346DC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 70 | 220 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.14 |
| HSL | 283.6º | 0.68% | 0.57% | - |
| HSV(B) | 283.6º | 0.68% | 0.86% | - |
| XYZ | 33.7 | 19.13 | 69.63 | - |
| YUV | 119.69 | 184.61 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 220 | 0.19 | 0.68 | 0 | 0.14 | 283.6 | 0.68 | 0.57 |
| Hex | B3 | 46 | DC | 13 | 44 | 0 | E | 11C | 44 | 39 |
| Octal | 263 | 106 | 334 | 23 | 104 | 0 | 16 | 434 | 104 | 71 |
| Binary | 10110011 | 1000110 | 11011100 | 10011 | 1000100 | 0 | 1110 | 100011100 | 1000100 | 111001 |
Color Harmonies of #B346DC
Complementary color
Monochromatic Colors of #B346DC
Black with #B346DC
Text Example
Text Example
White with #B346DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B346DC; }
p { color: rgb(179,70,220); }
H1.HeaderClassName
{
color: #B346DC;
}
.AnyTagClassName
{
color: #B346DC;
}
</style>
background-color css
<style>
a { background-color: #B346DC; }
a { background-color: rgb(179,70,220); }
div.DivClassName
{
background-color: #B346DC;
}
.BgClassName
{
background-color: #B346DC;
}
</style>
border-color css
<style>
span { border-color: #B346DC; }
span { border-color: rgb(179,70,220); }
td.TdClassName
{
border-color: #B346DC;
}
.TagClassName
{
border-color: #B346DC;
}
</style>