Shades of Medium Orchid #B348CC
Tints of Medium Orchid #B348CC
RGB
CMYK
RGB Variations
Color information
#B348CC (or 0xB348CC) is known color: Medium Orchid. HEX triplet: B3, 48 and CC. RGB value is (179,72,204). Sum of RGB (Red+Green+Blue) = 179+72+204=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #B348CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348CC is #4CB733. Grayscale: #767676. Windows color (decimal): -5027636 or 13387955. OLE color: 13387955.
HSL color Cylindrical-coordinate representation of color #B348CC: hue angle of 288.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B348CC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 72 | 204 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.2 |
| HSL | 288.64º | 0.56% | 0.54% | - |
| HSV(B) | 288.64º | 0.65% | 0.8% | - |
| XYZ | 31.81 | 18.58 | 59.04 | - |
| YUV | 119.04 | 175.95 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 204 | 0.12 | 0.65 | 0 | 0.2 | 288.64 | 0.56 | 0.54 |
| Hex | B3 | 48 | CC | C | 41 | 0 | 14 | 121 | 38 | 36 |
| Octal | 263 | 110 | 314 | 14 | 101 | 0 | 24 | 441 | 70 | 66 |
| Binary | 10110011 | 1001000 | 11001100 | 1100 | 1000001 | 0 | 10100 | 100100001 | 111000 | 110110 |
Color Harmonies of #B348CC
Complementary color
Monochromatic Colors of #B348CC
Black with #B348CC
Text Example
Text Example
White with #B348CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348CC; }
p { color: rgb(179,72,204); }
H1.HeaderClassName
{
color: #B348CC;
}
.AnyTagClassName
{
color: #B348CC;
}
</style>
background-color css
<style>
a { background-color: #B348CC; }
a { background-color: rgb(179,72,204); }
div.DivClassName
{
background-color: #B348CC;
}
.BgClassName
{
background-color: #B348CC;
}
</style>
border-color css
<style>
span { border-color: #B348CC; }
span { border-color: rgb(179,72,204); }
td.TdClassName
{
border-color: #B348CC;
}
.TagClassName
{
border-color: #B348CC;
}
</style>