Shades of Medium Orchid #B348ED
Tints of Medium Orchid #B348ED
RGB
CMYK
RGB Variations
Color information
#B348ED (or 0xB348ED) is known color: Medium Orchid. HEX triplet: B3, 48 and ED. RGB value is (179,72,237). Sum of RGB (Red+Green+Blue) = 179+72+237=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #B348ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B348ED is #4CB712. Grayscale: #7A7A7A. Windows color (decimal): -5027603 or 15550643. OLE color: 15550643.
HSL color Cylindrical-coordinate representation of color #B348ED: hue angle of 278.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B348ED is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 72 | 237 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.07 |
| HSL | 278.91º | 0.82% | 0.61% | - |
| HSV(B) | 278.91º | 0.7% | 0.93% | - |
| XYZ | 36.19 | 20.33 | 82.14 | - |
| YUV | 122.8 | 192.45 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 237 | 0.24 | 0.70 | 0 | 0.07 | 278.91 | 0.82 | 0.61 |
| Hex | B3 | 48 | ED | 18 | 46 | 0 | 7 | 117 | 52 | 3D |
| Octal | 263 | 110 | 355 | 30 | 106 | 0 | 7 | 427 | 122 | 75 |
| Binary | 10110011 | 1001000 | 11101101 | 11000 | 1000110 | 0 | 111 | 100010111 | 1010010 | 111101 |
Color Harmonies of #B348ED
Complementary color
Monochromatic Colors of #B348ED
Black with #B348ED
Text Example
Text Example
White with #B348ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348ED; }
p { color: rgb(179,72,237); }
H1.HeaderClassName
{
color: #B348ED;
}
.AnyTagClassName
{
color: #B348ED;
}
</style>
background-color css
<style>
a { background-color: #B348ED; }
a { background-color: rgb(179,72,237); }
div.DivClassName
{
background-color: #B348ED;
}
.BgClassName
{
background-color: #B348ED;
}
</style>
border-color css
<style>
span { border-color: #B348ED; }
span { border-color: rgb(179,72,237); }
td.TdClassName
{
border-color: #B348ED;
}
.TagClassName
{
border-color: #B348ED;
}
</style>