Shades of Medium Orchid #B33DDF
Tints of Medium Orchid #B33DDF
RGB
CMYK
RGB Variations
Color information
#B33DDF (or 0xB33DDF) is known color: Medium Orchid. HEX triplet: B3, 3D and DF. RGB value is (179,61,223). Sum of RGB (Red+Green+Blue) = 179+61+223=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #B33DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DDF is #4CC220. Grayscale: #727272. Windows color (decimal): -5030433 or 14630323. OLE color: 14630323.
HSL color Cylindrical-coordinate representation of color #B33DDF: hue angle of 283.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33DDF is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 61 | 223 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.13 |
| HSL | 283.7º | 0.72% | 0.56% | - |
| HSV(B) | 283.7º | 0.73% | 0.87% | - |
| XYZ | 33.58 | 18.25 | 71.56 | - |
| YUV | 114.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 223 | 0.20 | 0.73 | 0 | 0.13 | 283.7 | 0.72 | 0.56 |
| Hex | B3 | 3D | DF | 14 | 49 | 0 | D | 11C | 48 | 38 |
| Octal | 263 | 75 | 337 | 24 | 111 | 0 | 15 | 434 | 110 | 70 |
| Binary | 10110011 | 111101 | 11011111 | 10100 | 1001001 | 0 | 1101 | 100011100 | 1001000 | 111000 |
Color Harmonies of #B33DDF
Complementary color
Monochromatic Colors of #B33DDF
Black with #B33DDF
Text Example
Text Example
White with #B33DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DDF; }
p { color: rgb(179,61,223); }
H1.HeaderClassName
{
color: #B33DDF;
}
.AnyTagClassName
{
color: #B33DDF;
}
</style>
background-color css
<style>
a { background-color: #B33DDF; }
a { background-color: rgb(179,61,223); }
div.DivClassName
{
background-color: #B33DDF;
}
.BgClassName
{
background-color: #B33DDF;
}
</style>
border-color css
<style>
span { border-color: #B33DDF; }
span { border-color: rgb(179,61,223); }
td.TdClassName
{
border-color: #B33DDF;
}
.TagClassName
{
border-color: #B33DDF;
}
</style>