Shades of Medium Orchid #B344D3
Tints of Medium Orchid #B344D3
RGB
CMYK
RGB Variations
Color information
#B344D3 (or 0xB344D3) is known color: Medium Orchid. HEX triplet: B3, 44 and D3. RGB value is (179,68,211). Sum of RGB (Red+Green+Blue) = 179+68+211=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #B344D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344D3 is #4CBB2C. Grayscale: #757575. Windows color (decimal): -5028653 or 13845683. OLE color: 13845683.
HSL color Cylindrical-coordinate representation of color #B344D3: hue angle of 286.57º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B344D3 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 68 | 211 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.17 |
| HSL | 286.57º | 0.62% | 0.55% | - |
| HSV(B) | 286.57º | 0.68% | 0.83% | - |
| XYZ | 32.42 | 18.42 | 63.48 | - |
| YUV | 117.49 | 180.77 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 211 | 0.15 | 0.68 | 0 | 0.17 | 286.57 | 0.62 | 0.55 |
| Hex | B3 | 44 | D3 | F | 44 | 0 | 11 | 11F | 3E | 37 |
| Octal | 263 | 104 | 323 | 17 | 104 | 0 | 21 | 437 | 76 | 67 |
| Binary | 10110011 | 1000100 | 11010011 | 1111 | 1000100 | 0 | 10001 | 100011111 | 111110 | 110111 |
Color Harmonies of #B344D3
Complementary color
Monochromatic Colors of #B344D3
Black with #B344D3
Text Example
Text Example
White with #B344D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B344D3; }
p { color: rgb(179,68,211); }
H1.HeaderClassName
{
color: #B344D3;
}
.AnyTagClassName
{
color: #B344D3;
}
</style>
background-color css
<style>
a { background-color: #B344D3; }
a { background-color: rgb(179,68,211); }
div.DivClassName
{
background-color: #B344D3;
}
.BgClassName
{
background-color: #B344D3;
}
</style>
border-color css
<style>
span { border-color: #B344D3; }
span { border-color: rgb(179,68,211); }
td.TdClassName
{
border-color: #B344D3;
}
.TagClassName
{
border-color: #B344D3;
}
</style>