Shades of Medium Orchid #B338DB
Tints of Medium Orchid #B338DB
RGB
CMYK
RGB Variations
Color information
#B338DB (or 0xB338DB) is known color: Medium Orchid. HEX triplet: B3, 38 and DB. RGB value is (179,56,219). Sum of RGB (Red+Green+Blue) = 179+56+219=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #B338DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338DB is #4CC724. Grayscale: #6E6E6E. Windows color (decimal): -5031717 or 14366899. OLE color: 14366899.
HSL color Cylindrical-coordinate representation of color #B338DB: hue angle of 285.28º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B338DB is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 56 | 219 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.14 |
| HSL | 285.28º | 0.69% | 0.54% | - |
| HSV(B) | 285.28º | 0.74% | 0.86% | - |
| XYZ | 32.79 | 17.53 | 68.67 | - |
| YUV | 111.36 | 188.75 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 219 | 0.18 | 0.74 | 0 | 0.14 | 285.28 | 0.69 | 0.54 |
| Hex | B3 | 38 | DB | 12 | 4A | 0 | E | 11D | 45 | 36 |
| Octal | 263 | 70 | 333 | 22 | 112 | 0 | 16 | 435 | 105 | 66 |
| Binary | 10110011 | 111000 | 11011011 | 10010 | 1001010 | 0 | 1110 | 100011101 | 1000101 | 110110 |
Color Harmonies of #B338DB
Complementary color
Monochromatic Colors of #B338DB
Black with #B338DB
Text Example
Text Example
White with #B338DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B338DB; }
p { color: rgb(179,56,219); }
H1.HeaderClassName
{
color: #B338DB;
}
.AnyTagClassName
{
color: #B338DB;
}
</style>
background-color css
<style>
a { background-color: #B338DB; }
a { background-color: rgb(179,56,219); }
div.DivClassName
{
background-color: #B338DB;
}
.BgClassName
{
background-color: #B338DB;
}
</style>
border-color css
<style>
span { border-color: #B338DB; }
span { border-color: rgb(179,56,219); }
td.TdClassName
{
border-color: #B338DB;
}
.TagClassName
{
border-color: #B338DB;
}
</style>