Shades of Medium Orchid #B347D4
Tints of Medium Orchid #B347D4
RGB
CMYK
RGB Variations
Color information
#B347D4 (or 0xB347D4) is known color: Medium Orchid. HEX triplet: B3, 47 and D4. RGB value is (179,71,212). Sum of RGB (Red+Green+Blue) = 179+71+212=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #B347D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B347D4 is #4CB82B. Grayscale: #767676. Windows color (decimal): -5027884 or 13911987. OLE color: 13911987.
HSL color Cylindrical-coordinate representation of color #B347D4: hue angle of 285.96º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B347D4 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 71 | 212 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.17 |
| HSL | 285.96º | 0.62% | 0.55% | - |
| HSV(B) | 285.96º | 0.67% | 0.83% | - |
| XYZ | 32.73 | 18.84 | 64.2 | - |
| YUV | 119.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 212 | 0.16 | 0.67 | 0 | 0.17 | 285.96 | 0.62 | 0.55 |
| Hex | B3 | 47 | D4 | 10 | 43 | 0 | 11 | 11E | 3E | 37 |
| Octal | 263 | 107 | 324 | 20 | 103 | 0 | 21 | 436 | 76 | 67 |
| Binary | 10110011 | 1000111 | 11010100 | 10000 | 1000011 | 0 | 10001 | 100011110 | 111110 | 110111 |
Color Harmonies of #B347D4
Complementary color
Monochromatic Colors of #B347D4
Black with #B347D4
Text Example
Text Example
White with #B347D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B347D4; }
p { color: rgb(179,71,212); }
H1.HeaderClassName
{
color: #B347D4;
}
.AnyTagClassName
{
color: #B347D4;
}
</style>
background-color css
<style>
a { background-color: #B347D4; }
a { background-color: rgb(179,71,212); }
div.DivClassName
{
background-color: #B347D4;
}
.BgClassName
{
background-color: #B347D4;
}
</style>
border-color css
<style>
span { border-color: #B347D4; }
span { border-color: rgb(179,71,212); }
td.TdClassName
{
border-color: #B347D4;
}
.TagClassName
{
border-color: #B347D4;
}
</style>