Shades of Medium Orchid #B33EDD
Tints of Medium Orchid #B33EDD
RGB
CMYK
RGB Variations
Color information
#B33EDD (or 0xB33EDD) is known color: Medium Orchid. HEX triplet: B3, 3E and DD. RGB value is (179,62,221). Sum of RGB (Red+Green+Blue) = 179+62+221=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #B33EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33EDD is #4CC122. Grayscale: #727272. Windows color (decimal): -5030179 or 14499507. OLE color: 14499507.
HSL color Cylindrical-coordinate representation of color #B33EDD: hue angle of 284.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33EDD is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 62 | 221 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.13 |
| HSL | 284.15º | 0.7% | 0.55% | - |
| HSV(B) | 284.15º | 0.72% | 0.87% | - |
| XYZ | 33.36 | 18.25 | 70.17 | - |
| YUV | 115.11 | 187.76 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 221 | 0.19 | 0.72 | 0 | 0.13 | 284.15 | 0.7 | 0.55 |
| Hex | B3 | 3E | DD | 13 | 48 | 0 | D | 11C | 46 | 37 |
| Octal | 263 | 76 | 335 | 23 | 110 | 0 | 15 | 434 | 106 | 67 |
| Binary | 10110011 | 111110 | 11011101 | 10011 | 1001000 | 0 | 1101 | 100011100 | 1000110 | 110111 |
Color Harmonies of #B33EDD
Complementary color
Monochromatic Colors of #B33EDD
Black with #B33EDD
Text Example
Text Example
White with #B33EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33EDD; }
p { color: rgb(179,62,221); }
H1.HeaderClassName
{
color: #B33EDD;
}
.AnyTagClassName
{
color: #B33EDD;
}
</style>
background-color css
<style>
a { background-color: #B33EDD; }
a { background-color: rgb(179,62,221); }
div.DivClassName
{
background-color: #B33EDD;
}
.BgClassName
{
background-color: #B33EDD;
}
</style>
border-color css
<style>
span { border-color: #B33EDD; }
span { border-color: rgb(179,62,221); }
td.TdClassName
{
border-color: #B33EDD;
}
.TagClassName
{
border-color: #B33EDD;
}
</style>