Shades of Medium Orchid #B348E6
Tints of Medium Orchid #B348E6
RGB
CMYK
RGB Variations
Color information
#B348E6 (or 0xB348E6) is known color: Medium Orchid. HEX triplet: B3, 48 and E6. RGB value is (179,72,230). Sum of RGB (Red+Green+Blue) = 179+72+230=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #B348E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B348E6 is #4CB719. Grayscale: #797979. Windows color (decimal): -5027610 or 15091891. OLE color: 15091891.
HSL color Cylindrical-coordinate representation of color #B348E6: hue angle of 280.63º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B348E6 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 72 | 230 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.10 |
| HSL | 280.63º | 0.76% | 0.59% | - |
| HSV(B) | 280.63º | 0.69% | 0.9% | - |
| XYZ | 35.19 | 19.93 | 76.86 | - |
| YUV | 122.01 | 188.95 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 230 | 0.22 | 0.69 | 0 | 0.10 | 280.63 | 0.76 | 0.59 |
| Hex | B3 | 48 | E6 | 16 | 45 | 0 | A | 119 | 4C | 3B |
| Octal | 263 | 110 | 346 | 26 | 105 | 0 | 12 | 431 | 114 | 73 |
| Binary | 10110011 | 1001000 | 11100110 | 10110 | 1000101 | 0 | 1010 | 100011001 | 1001100 | 111011 |
Color Harmonies of #B348E6
Complementary color
Monochromatic Colors of #B348E6
Black with #B348E6
Text Example
Text Example
White with #B348E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348E6; }
p { color: rgb(179,72,230); }
H1.HeaderClassName
{
color: #B348E6;
}
.AnyTagClassName
{
color: #B348E6;
}
</style>
background-color css
<style>
a { background-color: #B348E6; }
a { background-color: rgb(179,72,230); }
div.DivClassName
{
background-color: #B348E6;
}
.BgClassName
{
background-color: #B348E6;
}
</style>
border-color css
<style>
span { border-color: #B348E6; }
span { border-color: rgb(179,72,230); }
td.TdClassName
{
border-color: #B348E6;
}
.TagClassName
{
border-color: #B348E6;
}
</style>