Shades of Medium Orchid #B344DC
Tints of Medium Orchid #B344DC
RGB
CMYK
RGB Variations
Color information
#B344DC (or 0xB344DC) is known color: Medium Orchid. HEX triplet: B3, 44 and DC. RGB value is (179,68,220). Sum of RGB (Red+Green+Blue) = 179+68+220=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #B344DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344DC is #4CBB23. Grayscale: #767676. Windows color (decimal): -5028644 or 14435507. OLE color: 14435507.
HSL color Cylindrical-coordinate representation of color #B344DC: hue angle of 283.82º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B344DC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 68 | 220 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.14 |
| HSL | 283.82º | 0.68% | 0.56% | - |
| HSV(B) | 283.82º | 0.69% | 0.86% | - |
| XYZ | 33.58 | 18.89 | 69.59 | - |
| YUV | 118.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 220 | 0.19 | 0.69 | 0 | 0.14 | 283.82 | 0.68 | 0.56 |
| Hex | B3 | 44 | DC | 13 | 45 | 0 | E | 11C | 44 | 38 |
| Octal | 263 | 104 | 334 | 23 | 105 | 0 | 16 | 434 | 104 | 70 |
| Binary | 10110011 | 1000100 | 11011100 | 10011 | 1000101 | 0 | 1110 | 100011100 | 1000100 | 111000 |
Color Harmonies of #B344DC
Complementary color
Monochromatic Colors of #B344DC
Black with #B344DC
Text Example
Text Example
White with #B344DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B344DC; }
p { color: rgb(179,68,220); }
H1.HeaderClassName
{
color: #B344DC;
}
.AnyTagClassName
{
color: #B344DC;
}
</style>
background-color css
<style>
a { background-color: #B344DC; }
a { background-color: rgb(179,68,220); }
div.DivClassName
{
background-color: #B344DC;
}
.BgClassName
{
background-color: #B344DC;
}
</style>
border-color css
<style>
span { border-color: #B344DC; }
span { border-color: rgb(179,68,220); }
td.TdClassName
{
border-color: #B344DC;
}
.TagClassName
{
border-color: #B344DC;
}
</style>