Shades of Medium Orchid #B344DD
Tints of Medium Orchid #B344DD
RGB
CMYK
RGB Variations
Color information
#B344DD (or 0xB344DD) is known color: Medium Orchid. HEX triplet: B3, 44 and DD. RGB value is (179,68,221). Sum of RGB (Red+Green+Blue) = 179+68+221=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #B344DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344DD is #4CBB22. Grayscale: #767676. Windows color (decimal): -5028643 or 14501043. OLE color: 14501043.
HSL color Cylindrical-coordinate representation of color #B344DD: hue angle of 283.53º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B344DD is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 68 | 221 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.13 |
| HSL | 283.53º | 0.69% | 0.57% | - |
| HSV(B) | 283.53º | 0.69% | 0.87% | - |
| XYZ | 33.71 | 18.94 | 70.29 | - |
| YUV | 118.63 | 185.77 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 221 | 0.19 | 0.69 | 0 | 0.13 | 283.53 | 0.69 | 0.57 |
| Hex | B3 | 44 | DD | 13 | 45 | 0 | D | 11C | 45 | 39 |
| Octal | 263 | 104 | 335 | 23 | 105 | 0 | 15 | 434 | 105 | 71 |
| Binary | 10110011 | 1000100 | 11011101 | 10011 | 1000101 | 0 | 1101 | 100011100 | 1000101 | 111001 |
Color Harmonies of #B344DD
Complementary color
Monochromatic Colors of #B344DD
Black with #B344DD
Text Example
Text Example
White with #B344DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B344DD; }
p { color: rgb(179,68,221); }
H1.HeaderClassName
{
color: #B344DD;
}
.AnyTagClassName
{
color: #B344DD;
}
</style>
background-color css
<style>
a { background-color: #B344DD; }
a { background-color: rgb(179,68,221); }
div.DivClassName
{
background-color: #B344DD;
}
.BgClassName
{
background-color: #B344DD;
}
</style>
border-color css
<style>
span { border-color: #B344DD; }
span { border-color: rgb(179,68,221); }
td.TdClassName
{
border-color: #B344DD;
}
.TagClassName
{
border-color: #B344DD;
}
</style>