Shades of Medium Orchid #B348D5
Tints of Medium Orchid #B348D5
RGB
CMYK
RGB Variations
Color information
#B348D5 (or 0xB348D5) is known color: Medium Orchid. HEX triplet: B3, 48 and D5. RGB value is (179,72,213). Sum of RGB (Red+Green+Blue) = 179+72+213=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #B348D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348D5 is #4CB72A. Grayscale: #777777. Windows color (decimal): -5027627 or 13977779. OLE color: 13977779.
HSL color Cylindrical-coordinate representation of color #B348D5: hue angle of 285.53º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B348D5 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 72 | 213 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.16 |
| HSL | 285.53º | 0.63% | 0.56% | - |
| HSV(B) | 285.53º | 0.66% | 0.84% | - |
| XYZ | 32.92 | 19.02 | 64.89 | - |
| YUV | 120.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 213 | 0.16 | 0.66 | 0 | 0.16 | 285.53 | 0.63 | 0.56 |
| Hex | B3 | 48 | D5 | 10 | 42 | 0 | 10 | 11E | 3F | 38 |
| Octal | 263 | 110 | 325 | 20 | 102 | 0 | 20 | 436 | 77 | 70 |
| Binary | 10110011 | 1001000 | 11010101 | 10000 | 1000010 | 0 | 10000 | 100011110 | 111111 | 111000 |
Color Harmonies of #B348D5
Complementary color
Monochromatic Colors of #B348D5
Black with #B348D5
Text Example
Text Example
White with #B348D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348D5; }
p { color: rgb(179,72,213); }
H1.HeaderClassName
{
color: #B348D5;
}
.AnyTagClassName
{
color: #B348D5;
}
</style>
background-color css
<style>
a { background-color: #B348D5; }
a { background-color: rgb(179,72,213); }
div.DivClassName
{
background-color: #B348D5;
}
.BgClassName
{
background-color: #B348D5;
}
</style>
border-color css
<style>
span { border-color: #B348D5; }
span { border-color: rgb(179,72,213); }
td.TdClassName
{
border-color: #B348D5;
}
.TagClassName
{
border-color: #B348D5;
}
</style>