Shades of Medium Orchid #B33DDD
Tints of Medium Orchid #B33DDD
RGB
CMYK
RGB Variations
Color information
#B33DDD (or 0xB33DDD) is known color: Medium Orchid. HEX triplet: B3, 3D and DD. RGB value is (179,61,221). Sum of RGB (Red+Green+Blue) = 179+61+221=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #B33DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DDD is #4CC222. Grayscale: #727272. Windows color (decimal): -5030435 or 14499251. OLE color: 14499251.
HSL color Cylindrical-coordinate representation of color #B33DDD: hue angle of 284.25º 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 #B33DDD is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 61 | 221 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.13 |
| HSL | 284.25º | 0.7% | 0.55% | - |
| HSV(B) | 284.25º | 0.72% | 0.87% | - |
| XYZ | 33.31 | 18.14 | 70.15 | - |
| YUV | 114.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 221 | 0.19 | 0.72 | 0 | 0.13 | 284.25 | 0.7 | 0.55 |
| Hex | B3 | 3D | DD | 13 | 48 | 0 | D | 11C | 46 | 37 |
| Octal | 263 | 75 | 335 | 23 | 110 | 0 | 15 | 434 | 106 | 67 |
| Binary | 10110011 | 111101 | 11011101 | 10011 | 1001000 | 0 | 1101 | 100011100 | 1000110 | 110111 |
Color Harmonies of #B33DDD
Complementary color
Monochromatic Colors of #B33DDD
Black with #B33DDD
Text Example
Text Example
White with #B33DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DDD; }
p { color: rgb(179,61,221); }
H1.HeaderClassName
{
color: #B33DDD;
}
.AnyTagClassName
{
color: #B33DDD;
}
</style>
background-color css
<style>
a { background-color: #B33DDD; }
a { background-color: rgb(179,61,221); }
div.DivClassName
{
background-color: #B33DDD;
}
.BgClassName
{
background-color: #B33DDD;
}
</style>
border-color css
<style>
span { border-color: #B33DDD; }
span { border-color: rgb(179,61,221); }
td.TdClassName
{
border-color: #B33DDD;
}
.TagClassName
{
border-color: #B33DDD;
}
</style>