Shades of Medium Orchid #B33ADE
Tints of Medium Orchid #B33ADE
RGB
CMYK
RGB Variations
Color information
#B33ADE (or 0xB33ADE) is known color: Medium Orchid. HEX triplet: B3, 3A and DE. RGB value is (179,58,222). Sum of RGB (Red+Green+Blue) = 179+58+222=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #B33ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ADE is #4CC521. Grayscale: #707070. Windows color (decimal): -5031202 or 14564019. OLE color: 14564019.
HSL color Cylindrical-coordinate representation of color #B33ADE: hue angle of 284.27º 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 #B33ADE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 58 | 222 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.13 |
| HSL | 284.27º | 0.71% | 0.55% | - |
| HSV(B) | 284.27º | 0.74% | 0.87% | - |
| XYZ | 33.29 | 17.88 | 70.8 | - |
| YUV | 112.88 | 189.59 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 222 | 0.19 | 0.74 | 0 | 0.13 | 284.27 | 0.71 | 0.55 |
| Hex | B3 | 3A | DE | 13 | 4A | 0 | D | 11C | 47 | 37 |
| Octal | 263 | 72 | 336 | 23 | 112 | 0 | 15 | 434 | 107 | 67 |
| Binary | 10110011 | 111010 | 11011110 | 10011 | 1001010 | 0 | 1101 | 100011100 | 1000111 | 110111 |
Color Harmonies of #B33ADE
Complementary color
Monochromatic Colors of #B33ADE
Black with #B33ADE
Text Example
Text Example
White with #B33ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33ADE; }
p { color: rgb(179,58,222); }
H1.HeaderClassName
{
color: #B33ADE;
}
.AnyTagClassName
{
color: #B33ADE;
}
</style>
background-color css
<style>
a { background-color: #B33ADE; }
a { background-color: rgb(179,58,222); }
div.DivClassName
{
background-color: #B33ADE;
}
.BgClassName
{
background-color: #B33ADE;
}
</style>
border-color css
<style>
span { border-color: #B33ADE; }
span { border-color: rgb(179,58,222); }
td.TdClassName
{
border-color: #B33ADE;
}
.TagClassName
{
border-color: #B33ADE;
}
</style>