Shades of Medium Orchid #B346C9
Tints of Medium Orchid #B346C9
RGB
CMYK
RGB Variations
Color information
#B346C9 (or 0xB346C9) is known color: Medium Orchid. HEX triplet: B3, 46 and C9. RGB value is (179,70,201). Sum of RGB (Red+Green+Blue) = 179+70+201=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #B346C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346C9 is #4CB936. Grayscale: #757575. Windows color (decimal): -5028151 or 13190835. OLE color: 13190835.
HSL color Cylindrical-coordinate representation of color #B346C9: hue angle of 289.92º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B346C9 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 70 | 201 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.21 |
| HSL | 289.92º | 0.55% | 0.53% | - |
| HSV(B) | 289.92º | 0.65% | 0.79% | - |
| XYZ | 31.32 | 18.18 | 57.12 | - |
| YUV | 117.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 201 | 0.11 | 0.65 | 0 | 0.21 | 289.92 | 0.55 | 0.53 |
| Hex | B3 | 46 | C9 | B | 41 | 0 | 15 | 122 | 37 | 35 |
| Octal | 263 | 106 | 311 | 13 | 101 | 0 | 25 | 442 | 67 | 65 |
| Binary | 10110011 | 1000110 | 11001001 | 1011 | 1000001 | 0 | 10101 | 100100010 | 110111 | 110101 |
Color Harmonies of #B346C9
Complementary color
Monochromatic Colors of #B346C9
Black with #B346C9
Text Example
Text Example
White with #B346C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B346C9; }
p { color: rgb(179,70,201); }
H1.HeaderClassName
{
color: #B346C9;
}
.AnyTagClassName
{
color: #B346C9;
}
</style>
background-color css
<style>
a { background-color: #B346C9; }
a { background-color: rgb(179,70,201); }
div.DivClassName
{
background-color: #B346C9;
}
.BgClassName
{
background-color: #B346C9;
}
</style>
border-color css
<style>
span { border-color: #B346C9; }
span { border-color: rgb(179,70,201); }
td.TdClassName
{
border-color: #B346C9;
}
.TagClassName
{
border-color: #B346C9;
}
</style>