Shades of Medium Orchid #B33FE0
Tints of Medium Orchid #B33FE0
RGB
CMYK
RGB Variations
Color information
#B33FE0 (or 0xB33FE0) is known color: Medium Orchid. HEX triplet: B3, 3F and E0. RGB value is (179,63,224). Sum of RGB (Red+Green+Blue) = 179+63+224=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #B33FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FE0 is #4CC01F. Grayscale: #737373. Windows color (decimal): -5029920 or 14696371. OLE color: 14696371.
HSL color Cylindrical-coordinate representation of color #B33FE0: hue angle of 283.23º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33FE0 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 63 | 224 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.12 |
| HSL | 283.23º | 0.72% | 0.56% | - |
| HSV(B) | 283.23º | 0.72% | 0.88% | - |
| XYZ | 33.82 | 18.52 | 72.31 | - |
| YUV | 116.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 224 | 0.20 | 0.72 | 0 | 0.12 | 283.23 | 0.72 | 0.56 |
| Hex | B3 | 3F | E0 | 14 | 48 | 0 | C | 11B | 48 | 38 |
| Octal | 263 | 77 | 340 | 24 | 110 | 0 | 14 | 433 | 110 | 70 |
| Binary | 10110011 | 111111 | 11100000 | 10100 | 1001000 | 0 | 1100 | 100011011 | 1001000 | 111000 |
Color Harmonies of #B33FE0
Complementary color
Monochromatic Colors of #B33FE0
Black with #B33FE0
Text Example
Text Example
White with #B33FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FE0; }
p { color: rgb(179,63,224); }
H1.HeaderClassName
{
color: #B33FE0;
}
.AnyTagClassName
{
color: #B33FE0;
}
</style>
background-color css
<style>
a { background-color: #B33FE0; }
a { background-color: rgb(179,63,224); }
div.DivClassName
{
background-color: #B33FE0;
}
.BgClassName
{
background-color: #B33FE0;
}
</style>
border-color css
<style>
span { border-color: #B33FE0; }
span { border-color: rgb(179,63,224); }
td.TdClassName
{
border-color: #B33FE0;
}
.TagClassName
{
border-color: #B33FE0;
}
</style>