Shades of Medium Orchid #B346CB
Tints of Medium Orchid #B346CB
RGB
CMYK
RGB Variations
Color information
#B346CB (or 0xB346CB) is known color: Medium Orchid. HEX triplet: B3, 46 and CB. RGB value is (179,70,203). Sum of RGB (Red+Green+Blue) = 179+70+203=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #B346CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346CB is #4CB934. Grayscale: #757575. Windows color (decimal): -5028149 or 13321907. OLE color: 13321907.
HSL color Cylindrical-coordinate representation of color #B346CB: hue angle of 289.17º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B346CB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 70 | 203 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.20 |
| HSL | 289.17º | 0.56% | 0.54% | - |
| HSV(B) | 289.17º | 0.66% | 0.8% | - |
| XYZ | 31.56 | 18.28 | 58.36 | - |
| YUV | 117.75 | 176.11 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 203 | 0.12 | 0.66 | 0 | 0.20 | 289.17 | 0.56 | 0.54 |
| Hex | B3 | 46 | CB | C | 42 | 0 | 14 | 121 | 38 | 36 |
| Octal | 263 | 106 | 313 | 14 | 102 | 0 | 24 | 441 | 70 | 66 |
| Binary | 10110011 | 1000110 | 11001011 | 1100 | 1000010 | 0 | 10100 | 100100001 | 111000 | 110110 |
Color Harmonies of #B346CB
Complementary color
Monochromatic Colors of #B346CB
Black with #B346CB
Text Example
Text Example
White with #B346CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B346CB; }
p { color: rgb(179,70,203); }
H1.HeaderClassName
{
color: #B346CB;
}
.AnyTagClassName
{
color: #B346CB;
}
</style>
background-color css
<style>
a { background-color: #B346CB; }
a { background-color: rgb(179,70,203); }
div.DivClassName
{
background-color: #B346CB;
}
.BgClassName
{
background-color: #B346CB;
}
</style>
border-color css
<style>
span { border-color: #B346CB; }
span { border-color: rgb(179,70,203); }
td.TdClassName
{
border-color: #B346CB;
}
.TagClassName
{
border-color: #B346CB;
}
</style>