Shades of Medium Orchid #B343DC
Tints of Medium Orchid #B343DC
RGB
CMYK
RGB Variations
Color information
#B343DC (or 0xB343DC) is known color: Medium Orchid. HEX triplet: B3, 43 and DC. RGB value is (179,67,220). Sum of RGB (Red+Green+Blue) = 179+67+220=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #B343DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B343DC is #4CBC23. Grayscale: #757575. Windows color (decimal): -5028900 or 14435251. OLE color: 14435251.
HSL color Cylindrical-coordinate representation of color #B343DC: hue angle of 283.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B343DC is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 67 | 220 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.14 |
| HSL | 283.92º | 0.69% | 0.56% | - |
| HSV(B) | 283.92º | 0.7% | 0.86% | - |
| XYZ | 33.52 | 18.77 | 69.57 | - |
| YUV | 117.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 220 | 0.19 | 0.70 | 0 | 0.14 | 283.92 | 0.69 | 0.56 |
| Hex | B3 | 43 | DC | 13 | 46 | 0 | E | 11C | 45 | 38 |
| Octal | 263 | 103 | 334 | 23 | 106 | 0 | 16 | 434 | 105 | 70 |
| Binary | 10110011 | 1000011 | 11011100 | 10011 | 1000110 | 0 | 1110 | 100011100 | 1000101 | 111000 |
Color Harmonies of #B343DC
Complementary color
Monochromatic Colors of #B343DC
Black with #B343DC
Text Example
Text Example
White with #B343DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B343DC; }
p { color: rgb(179,67,220); }
H1.HeaderClassName
{
color: #B343DC;
}
.AnyTagClassName
{
color: #B343DC;
}
</style>
background-color css
<style>
a { background-color: #B343DC; }
a { background-color: rgb(179,67,220); }
div.DivClassName
{
background-color: #B343DC;
}
.BgClassName
{
background-color: #B343DC;
}
</style>
border-color css
<style>
span { border-color: #B343DC; }
span { border-color: rgb(179,67,220); }
td.TdClassName
{
border-color: #B343DC;
}
.TagClassName
{
border-color: #B343DC;
}
</style>