Shades of Medium Orchid #B343D1
Tints of Medium Orchid #B343D1
RGB
CMYK
RGB Variations
Color information
#B343D1 (or 0xB343D1) is known color: Medium Orchid. HEX triplet: B3, 43 and D1. RGB value is (179,67,209). Sum of RGB (Red+Green+Blue) = 179+67+209=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #B343D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B343D1 is #4CBC2E. Grayscale: #747474. Windows color (decimal): -5028911 or 13714355. OLE color: 13714355.
HSL color Cylindrical-coordinate representation of color #B343D1: hue angle of 287.32º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B343D1 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 67 | 209 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.18 |
| HSL | 287.32º | 0.61% | 0.54% | - |
| HSV(B) | 287.32º | 0.68% | 0.82% | - |
| XYZ | 32.11 | 18.2 | 62.14 | - |
| YUV | 116.68 | 180.11 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 209 | 0.14 | 0.68 | 0 | 0.18 | 287.32 | 0.61 | 0.54 |
| Hex | B3 | 43 | D1 | E | 44 | 0 | 12 | 11F | 3D | 36 |
| Octal | 263 | 103 | 321 | 16 | 104 | 0 | 22 | 437 | 75 | 66 |
| Binary | 10110011 | 1000011 | 11010001 | 1110 | 1000100 | 0 | 10010 | 100011111 | 111101 | 110110 |
Color Harmonies of #B343D1
Complementary color
Monochromatic Colors of #B343D1
Black with #B343D1
Text Example
Text Example
White with #B343D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B343D1; }
p { color: rgb(179,67,209); }
H1.HeaderClassName
{
color: #B343D1;
}
.AnyTagClassName
{
color: #B343D1;
}
</style>
background-color css
<style>
a { background-color: #B343D1; }
a { background-color: rgb(179,67,209); }
div.DivClassName
{
background-color: #B343D1;
}
.BgClassName
{
background-color: #B343D1;
}
</style>
border-color css
<style>
span { border-color: #B343D1; }
span { border-color: rgb(179,67,209); }
td.TdClassName
{
border-color: #B343D1;
}
.TagClassName
{
border-color: #B343D1;
}
</style>