Shades of Medium Orchid #B33ADD
Tints of Medium Orchid #B33ADD
RGB
CMYK
RGB Variations
Color information
#B33ADD (or 0xB33ADD) is known color: Medium Orchid. HEX triplet: B3, 3A and DD. RGB value is (179,58,221). Sum of RGB (Red+Green+Blue) = 179+58+221=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #B33ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ADD is #4CC522. Grayscale: #707070. Windows color (decimal): -5031203 or 14498483. OLE color: 14498483.
HSL color Cylindrical-coordinate representation of color #B33ADD: hue angle of 284.54º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33ADD is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 58 | 221 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.13 |
| HSL | 284.54º | 0.71% | 0.55% | - |
| HSV(B) | 284.54º | 0.74% | 0.87% | - |
| XYZ | 33.15 | 17.83 | 70.1 | - |
| YUV | 112.76 | 189.09 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 221 | 0.19 | 0.74 | 0 | 0.13 | 284.54 | 0.71 | 0.55 |
| Hex | B3 | 3A | DD | 13 | 4A | 0 | D | 11D | 47 | 37 |
| Octal | 263 | 72 | 335 | 23 | 112 | 0 | 15 | 435 | 107 | 67 |
| Binary | 10110011 | 111010 | 11011101 | 10011 | 1001010 | 0 | 1101 | 100011101 | 1000111 | 110111 |
Color Harmonies of #B33ADD
Complementary color
Monochromatic Colors of #B33ADD
Black with #B33ADD
Text Example
Text Example
White with #B33ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33ADD; }
p { color: rgb(179,58,221); }
H1.HeaderClassName
{
color: #B33ADD;
}
.AnyTagClassName
{
color: #B33ADD;
}
</style>
background-color css
<style>
a { background-color: #B33ADD; }
a { background-color: rgb(179,58,221); }
div.DivClassName
{
background-color: #B33ADD;
}
.BgClassName
{
background-color: #B33ADD;
}
</style>
border-color css
<style>
span { border-color: #B33ADD; }
span { border-color: rgb(179,58,221); }
td.TdClassName
{
border-color: #B33ADD;
}
.TagClassName
{
border-color: #B33ADD;
}
</style>