Shades of Medium Orchid #B33EDF
Tints of Medium Orchid #B33EDF
RGB
CMYK
RGB Variations
Color information
#B33EDF (or 0xB33EDF) is known color: Medium Orchid. HEX triplet: B3, 3E and DF. RGB value is (179,62,223). Sum of RGB (Red+Green+Blue) = 179+62+223=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #B33EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33EDF is #4CC120. Grayscale: #727272. Windows color (decimal): -5030177 or 14630579. OLE color: 14630579.
HSL color Cylindrical-coordinate representation of color #B33EDF: hue angle of 283.6º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33EDF is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 62 | 223 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.13 |
| HSL | 283.6º | 0.72% | 0.56% | - |
| HSV(B) | 283.6º | 0.72% | 0.87% | - |
| XYZ | 33.63 | 18.36 | 71.58 | - |
| YUV | 115.34 | 188.76 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 223 | 0.20 | 0.72 | 0 | 0.13 | 283.6 | 0.72 | 0.56 |
| Hex | B3 | 3E | DF | 14 | 48 | 0 | D | 11C | 48 | 38 |
| Octal | 263 | 76 | 337 | 24 | 110 | 0 | 15 | 434 | 110 | 70 |
| Binary | 10110011 | 111110 | 11011111 | 10100 | 1001000 | 0 | 1101 | 100011100 | 1001000 | 111000 |
Color Harmonies of #B33EDF
Complementary color
Monochromatic Colors of #B33EDF
Black with #B33EDF
Text Example
Text Example
White with #B33EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33EDF; }
p { color: rgb(179,62,223); }
H1.HeaderClassName
{
color: #B33EDF;
}
.AnyTagClassName
{
color: #B33EDF;
}
</style>
background-color css
<style>
a { background-color: #B33EDF; }
a { background-color: rgb(179,62,223); }
div.DivClassName
{
background-color: #B33EDF;
}
.BgClassName
{
background-color: #B33EDF;
}
</style>
border-color css
<style>
span { border-color: #B33EDF; }
span { border-color: rgb(179,62,223); }
td.TdClassName
{
border-color: #B33EDF;
}
.TagClassName
{
border-color: #B33EDF;
}
</style>