Shades of Medium Orchid #B342DC
Tints of Medium Orchid #B342DC
RGB
CMYK
RGB Variations
Color information
#B342DC (or 0xB342DC) is known color: Medium Orchid. HEX triplet: B3, 42 and DC. RGB value is (179,66,220). Sum of RGB (Red+Green+Blue) = 179+66+220=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #B342DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342DC is #4CBD23. Grayscale: #747474. Windows color (decimal): -5029156 or 14434995. OLE color: 14434995.
HSL color Cylindrical-coordinate representation of color #B342DC: hue angle of 284.03º 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 #B342DC is Cyan = 0.19, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 66 | 220 | - |
| CMYK | 0.19 | 0.7 | 0 | 0.14 |
| HSL | 284.03º | 0.69% | 0.56% | - |
| HSV(B) | 284.03º | 0.7% | 0.86% | - |
| XYZ | 33.46 | 18.65 | 69.55 | - |
| YUV | 117.34 | 185.94 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 220 | 0.19 | 0.7 | 0 | 0.14 | 284.03 | 0.69 | 0.56 |
| Hex | B3 | 42 | DC | 13 | 46 | 0 | E | 11C | 45 | 38 |
| Octal | 263 | 102 | 334 | 23 | 106 | 0 | 16 | 434 | 105 | 70 |
| Binary | 10110011 | 1000010 | 11011100 | 10011 | 1000110 | 0 | 1110 | 100011100 | 1000101 | 111000 |
Color Harmonies of #B342DC
Complementary color
Monochromatic Colors of #B342DC
Black with #B342DC
Text Example
Text Example
White with #B342DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B342DC; }
p { color: rgb(179,66,220); }
H1.HeaderClassName
{
color: #B342DC;
}
.AnyTagClassName
{
color: #B342DC;
}
</style>
background-color css
<style>
a { background-color: #B342DC; }
a { background-color: rgb(179,66,220); }
div.DivClassName
{
background-color: #B342DC;
}
.BgClassName
{
background-color: #B342DC;
}
</style>
border-color css
<style>
span { border-color: #B342DC; }
span { border-color: rgb(179,66,220); }
td.TdClassName
{
border-color: #B342DC;
}
.TagClassName
{
border-color: #B342DC;
}
</style>