Shades of Medium Orchid #B348CB
Tints of Medium Orchid #B348CB
RGB
CMYK
RGB Variations
Color information
#B348CB (or 0xB348CB) is known color: Medium Orchid. HEX triplet: B3, 48 and CB. RGB value is (179,72,203). Sum of RGB (Red+Green+Blue) = 179+72+203=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #B348CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348CB is #4CB734. Grayscale: #767676. Windows color (decimal): -5027637 or 13322419. OLE color: 13322419.
HSL color Cylindrical-coordinate representation of color #B348CB: hue angle of 289.01º 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 #B348CB is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 72 | 203 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.20 |
| HSL | 289.01º | 0.56% | 0.54% | - |
| HSV(B) | 289.01º | 0.65% | 0.8% | - |
| XYZ | 31.69 | 18.53 | 58.41 | - |
| YUV | 118.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 203 | 0.12 | 0.65 | 0 | 0.20 | 289.01 | 0.56 | 0.54 |
| Hex | B3 | 48 | CB | C | 41 | 0 | 14 | 121 | 38 | 36 |
| Octal | 263 | 110 | 313 | 14 | 101 | 0 | 24 | 441 | 70 | 66 |
| Binary | 10110011 | 1001000 | 11001011 | 1100 | 1000001 | 0 | 10100 | 100100001 | 111000 | 110110 |
Color Harmonies of #B348CB
Complementary color
Monochromatic Colors of #B348CB
Black with #B348CB
Text Example
Text Example
White with #B348CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348CB; }
p { color: rgb(179,72,203); }
H1.HeaderClassName
{
color: #B348CB;
}
.AnyTagClassName
{
color: #B348CB;
}
</style>
background-color css
<style>
a { background-color: #B348CB; }
a { background-color: rgb(179,72,203); }
div.DivClassName
{
background-color: #B348CB;
}
.BgClassName
{
background-color: #B348CB;
}
</style>
border-color css
<style>
span { border-color: #B348CB; }
span { border-color: rgb(179,72,203); }
td.TdClassName
{
border-color: #B348CB;
}
.TagClassName
{
border-color: #B348CB;
}
</style>