Shades of Medium Orchid #B338DD
Tints of Medium Orchid #B338DD
RGB
CMYK
RGB Variations
Color information
#B338DD (or 0xB338DD) is known color: Medium Orchid. HEX triplet: B3, 38 and DD. RGB value is (179,56,221). Sum of RGB (Red+Green+Blue) = 179+56+221=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #B338DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338DD is #4CC722. Grayscale: #6F6F6F. Windows color (decimal): -5031715 or 14497971. OLE color: 14497971.
HSL color Cylindrical-coordinate representation of color #B338DD: hue angle of 284.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B338DD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 56 | 221 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.13 |
| HSL | 284.73º | 0.71% | 0.54% | - |
| HSV(B) | 284.73º | 0.75% | 0.87% | - |
| XYZ | 33.06 | 17.63 | 70.07 | - |
| YUV | 111.59 | 189.75 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 221 | 0.19 | 0.75 | 0 | 0.13 | 284.73 | 0.71 | 0.54 |
| Hex | B3 | 38 | DD | 13 | 4B | 0 | D | 11D | 47 | 36 |
| Octal | 263 | 70 | 335 | 23 | 113 | 0 | 15 | 435 | 107 | 66 |
| Binary | 10110011 | 111000 | 11011101 | 10011 | 1001011 | 0 | 1101 | 100011101 | 1000111 | 110110 |
Color Harmonies of #B338DD
Complementary color
Monochromatic Colors of #B338DD
Black with #B338DD
Text Example
Text Example
White with #B338DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B338DD; }
p { color: rgb(179,56,221); }
H1.HeaderClassName
{
color: #B338DD;
}
.AnyTagClassName
{
color: #B338DD;
}
</style>
background-color css
<style>
a { background-color: #B338DD; }
a { background-color: rgb(179,56,221); }
div.DivClassName
{
background-color: #B338DD;
}
.BgClassName
{
background-color: #B338DD;
}
</style>
border-color css
<style>
span { border-color: #B338DD; }
span { border-color: rgb(179,56,221); }
td.TdClassName
{
border-color: #B338DD;
}
.TagClassName
{
border-color: #B338DD;
}
</style>