Shades of Medium Orchid #B33CDF
Tints of Medium Orchid #B33CDF
RGB
CMYK
RGB Variations
Color information
#B33CDF (or 0xB33CDF) is known color: Medium Orchid. HEX triplet: B3, 3C and DF. RGB value is (179,60,223). Sum of RGB (Red+Green+Blue) = 179+60+223=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #B33CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CDF is #4CC320. Grayscale: #717171. Windows color (decimal): -5030689 or 14630067. OLE color: 14630067.
HSL color Cylindrical-coordinate representation of color #B33CDF: hue angle of 283.8º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33CDF is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 60 | 223 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.13 |
| HSL | 283.8º | 0.72% | 0.55% | - |
| HSV(B) | 283.8º | 0.73% | 0.87% | - |
| XYZ | 33.53 | 18.14 | 71.55 | - |
| YUV | 114.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 223 | 0.20 | 0.73 | 0 | 0.13 | 283.8 | 0.72 | 0.55 |
| Hex | B3 | 3C | DF | 14 | 49 | 0 | D | 11C | 48 | 37 |
| Octal | 263 | 74 | 337 | 24 | 111 | 0 | 15 | 434 | 110 | 67 |
| Binary | 10110011 | 111100 | 11011111 | 10100 | 1001001 | 0 | 1101 | 100011100 | 1001000 | 110111 |
Color Harmonies of #B33CDF
Complementary color
Monochromatic Colors of #B33CDF
Black with #B33CDF
Text Example
Text Example
White with #B33CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CDF; }
p { color: rgb(179,60,223); }
H1.HeaderClassName
{
color: #B33CDF;
}
.AnyTagClassName
{
color: #B33CDF;
}
</style>
background-color css
<style>
a { background-color: #B33CDF; }
a { background-color: rgb(179,60,223); }
div.DivClassName
{
background-color: #B33CDF;
}
.BgClassName
{
background-color: #B33CDF;
}
</style>
border-color css
<style>
span { border-color: #B33CDF; }
span { border-color: rgb(179,60,223); }
td.TdClassName
{
border-color: #B33CDF;
}
.TagClassName
{
border-color: #B33CDF;
}
</style>