Shades of Medium Orchid #B347D2
Tints of Medium Orchid #B347D2
RGB
CMYK
RGB Variations
Color information
#B347D2 (or 0xB347D2) is known color: Medium Orchid. HEX triplet: B3, 47 and D2. RGB value is (179,71,210). Sum of RGB (Red+Green+Blue) = 179+71+210=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #B347D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B347D2 is #4CB82D. Grayscale: #767676. Windows color (decimal): -5027886 or 13780915. OLE color: 13780915.
HSL color Cylindrical-coordinate representation of color #B347D2: hue angle of 286.62º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B347D2 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 71 | 210 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.18 |
| HSL | 286.62º | 0.61% | 0.55% | - |
| HSV(B) | 286.62º | 0.66% | 0.82% | - |
| XYZ | 32.48 | 18.74 | 62.88 | - |
| YUV | 119.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 210 | 0.15 | 0.66 | 0 | 0.18 | 286.62 | 0.61 | 0.55 |
| Hex | B3 | 47 | D2 | F | 42 | 0 | 12 | 11F | 3D | 37 |
| Octal | 263 | 107 | 322 | 17 | 102 | 0 | 22 | 437 | 75 | 67 |
| Binary | 10110011 | 1000111 | 11010010 | 1111 | 1000010 | 0 | 10010 | 100011111 | 111101 | 110111 |
Color Harmonies of #B347D2
Complementary color
Monochromatic Colors of #B347D2
Black with #B347D2
Text Example
Text Example
White with #B347D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B347D2; }
p { color: rgb(179,71,210); }
H1.HeaderClassName
{
color: #B347D2;
}
.AnyTagClassName
{
color: #B347D2;
}
</style>
background-color css
<style>
a { background-color: #B347D2; }
a { background-color: rgb(179,71,210); }
div.DivClassName
{
background-color: #B347D2;
}
.BgClassName
{
background-color: #B347D2;
}
</style>
border-color css
<style>
span { border-color: #B347D2; }
span { border-color: rgb(179,71,210); }
td.TdClassName
{
border-color: #B347D2;
}
.TagClassName
{
border-color: #B347D2;
}
</style>