Shades of Medium Orchid #B348DE
Tints of Medium Orchid #B348DE
RGB
CMYK
RGB Variations
Color information
#B348DE (or 0xB348DE) is known color: Medium Orchid. HEX triplet: B3, 48 and DE. RGB value is (179,72,222). Sum of RGB (Red+Green+Blue) = 179+72+222=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #B348DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348DE is #4CB721. Grayscale: #787878. Windows color (decimal): -5027618 or 14567603. OLE color: 14567603.
HSL color Cylindrical-coordinate representation of color #B348DE: hue angle of 282.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B348DE is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 72 | 222 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.13 |
| HSL | 282.8º | 0.69% | 0.58% | - |
| HSV(B) | 282.8º | 0.68% | 0.87% | - |
| XYZ | 34.09 | 19.49 | 71.07 | - |
| YUV | 121.09 | 184.95 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 222 | 0.19 | 0.68 | 0 | 0.13 | 282.8 | 0.69 | 0.58 |
| Hex | B3 | 48 | DE | 13 | 44 | 0 | D | 11B | 45 | 3A |
| Octal | 263 | 110 | 336 | 23 | 104 | 0 | 15 | 433 | 105 | 72 |
| Binary | 10110011 | 1001000 | 11011110 | 10011 | 1000100 | 0 | 1101 | 100011011 | 1000101 | 111010 |
Color Harmonies of #B348DE
Complementary color
Monochromatic Colors of #B348DE
Black with #B348DE
Text Example
Text Example
White with #B348DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348DE; }
p { color: rgb(179,72,222); }
H1.HeaderClassName
{
color: #B348DE;
}
.AnyTagClassName
{
color: #B348DE;
}
</style>
background-color css
<style>
a { background-color: #B348DE; }
a { background-color: rgb(179,72,222); }
div.DivClassName
{
background-color: #B348DE;
}
.BgClassName
{
background-color: #B348DE;
}
</style>
border-color css
<style>
span { border-color: #B348DE; }
span { border-color: rgb(179,72,222); }
td.TdClassName
{
border-color: #B348DE;
}
.TagClassName
{
border-color: #B348DE;
}
</style>