Shades of Medium Orchid #B338DC
Tints of Medium Orchid #B338DC
RGB
CMYK
RGB Variations
Color information
#B338DC (or 0xB338DC) is known color: Medium Orchid. HEX triplet: B3, 38 and DC. RGB value is (179,56,220). Sum of RGB (Red+Green+Blue) = 179+56+220=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #B338DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338DC is #4CC723. Grayscale: #6E6E6E. Windows color (decimal): -5031716 or 14432435. OLE color: 14432435.
HSL color Cylindrical-coordinate representation of color #B338DC: hue angle of 285º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B338DC is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 56 | 220 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.14 |
| HSL | 285º | 0.7% | 0.54% | - |
| HSV(B) | 285º | 0.75% | 0.86% | - |
| XYZ | 32.92 | 17.58 | 69.37 | - |
| YUV | 111.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 220 | 0.19 | 0.75 | 0 | 0.14 | 285 | 0.7 | 0.54 |
| Hex | B3 | 38 | DC | 13 | 4B | 0 | E | 11D | 46 | 36 |
| Octal | 263 | 70 | 334 | 23 | 113 | 0 | 16 | 435 | 106 | 66 |
| Binary | 10110011 | 111000 | 11011100 | 10011 | 1001011 | 0 | 1110 | 100011101 | 1000110 | 110110 |
Color Harmonies of #B338DC
Complementary color
Monochromatic Colors of #B338DC
Black with #B338DC
Text Example
Text Example
White with #B338DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B338DC; }
p { color: rgb(179,56,220); }
H1.HeaderClassName
{
color: #B338DC;
}
.AnyTagClassName
{
color: #B338DC;
}
</style>
background-color css
<style>
a { background-color: #B338DC; }
a { background-color: rgb(179,56,220); }
div.DivClassName
{
background-color: #B338DC;
}
.BgClassName
{
background-color: #B338DC;
}
</style>
border-color css
<style>
span { border-color: #B338DC; }
span { border-color: rgb(179,56,220); }
td.TdClassName
{
border-color: #B338DC;
}
.TagClassName
{
border-color: #B338DC;
}
</style>