Shades of Medium Orchid #B346CC
Tints of Medium Orchid #B346CC
RGB
CMYK
RGB Variations
Color information
#B346CC (or 0xB346CC) is known color: Medium Orchid. HEX triplet: B3, 46 and CC. RGB value is (179,70,204). Sum of RGB (Red+Green+Blue) = 179+70+204=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #B346CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346CC is #4CB933. Grayscale: #757575. Windows color (decimal): -5028148 or 13387443. OLE color: 13387443.
HSL color Cylindrical-coordinate representation of color #B346CC: hue angle of 288.81º degrees, saturation: 0.57, 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 #B346CC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 70 | 204 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.2 |
| HSL | 288.81º | 0.57% | 0.54% | - |
| HSV(B) | 288.81º | 0.66% | 0.8% | - |
| XYZ | 31.68 | 18.32 | 58.99 | - |
| YUV | 117.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 204 | 0.12 | 0.66 | 0 | 0.2 | 288.81 | 0.57 | 0.54 |
| Hex | B3 | 46 | CC | C | 42 | 0 | 14 | 121 | 39 | 36 |
| Octal | 263 | 106 | 314 | 14 | 102 | 0 | 24 | 441 | 71 | 66 |
| Binary | 10110011 | 1000110 | 11001100 | 1100 | 1000010 | 0 | 10100 | 100100001 | 111001 | 110110 |
Color Harmonies of #B346CC
Complementary color
Monochromatic Colors of #B346CC
Black with #B346CC
Text Example
Text Example
White with #B346CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B346CC; }
p { color: rgb(179,70,204); }
H1.HeaderClassName
{
color: #B346CC;
}
.AnyTagClassName
{
color: #B346CC;
}
</style>
background-color css
<style>
a { background-color: #B346CC; }
a { background-color: rgb(179,70,204); }
div.DivClassName
{
background-color: #B346CC;
}
.BgClassName
{
background-color: #B346CC;
}
</style>
border-color css
<style>
span { border-color: #B346CC; }
span { border-color: rgb(179,70,204); }
td.TdClassName
{
border-color: #B346CC;
}
.TagClassName
{
border-color: #B346CC;
}
</style>