Shades of Medium Orchid #B348E2
Tints of Medium Orchid #B348E2
RGB
CMYK
RGB Variations
Color information
#B348E2 (or 0xB348E2) is known color: Medium Orchid. HEX triplet: B3, 48 and E2. RGB value is (179,72,226). Sum of RGB (Red+Green+Blue) = 179+72+226=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 226 - color contains mainly: blue. Hex color #B348E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348E2 is #4CB71D. Grayscale: #797979. Windows color (decimal): -5027614 or 14829747. OLE color: 14829747.
HSL color Cylindrical-coordinate representation of color #B348E2: hue angle of 281.69º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B348E2 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 72 | 226 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.11 |
| HSL | 281.69º | 0.73% | 0.58% | - |
| HSV(B) | 281.69º | 0.68% | 0.89% | - |
| XYZ | 34.64 | 19.71 | 73.93 | - |
| YUV | 121.55 | 186.95 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 226 | 0.21 | 0.68 | 0 | 0.11 | 281.69 | 0.73 | 0.58 |
| Hex | B3 | 48 | E2 | 15 | 44 | 0 | B | 11A | 49 | 3A |
| Octal | 263 | 110 | 342 | 25 | 104 | 0 | 13 | 432 | 111 | 72 |
| Binary | 10110011 | 1001000 | 11100010 | 10101 | 1000100 | 0 | 1011 | 100011010 | 1001001 | 111010 |
Color Harmonies of #B348E2
Complementary color
Monochromatic Colors of #B348E2
Black with #B348E2
Text Example
Text Example
White with #B348E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348E2; }
p { color: rgb(179,72,226); }
H1.HeaderClassName
{
color: #B348E2;
}
.AnyTagClassName
{
color: #B348E2;
}
</style>
background-color css
<style>
a { background-color: #B348E2; }
a { background-color: rgb(179,72,226); }
div.DivClassName
{
background-color: #B348E2;
}
.BgClassName
{
background-color: #B348E2;
}
</style>
border-color css
<style>
span { border-color: #B348E2; }
span { border-color: rgb(179,72,226); }
td.TdClassName
{
border-color: #B348E2;
}
.TagClassName
{
border-color: #B348E2;
}
</style>