Shades of Medium Orchid #B33ECF
Tints of Medium Orchid #B33ECF
RGB
CMYK
RGB Variations
Color information
#B33ECF (or 0xB33ECF) is known color: Medium Orchid. HEX triplet: B3, 3E and CF. RGB value is (179,62,207). Sum of RGB (Red+Green+Blue) = 179+62+207=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #B33ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ECF is #4CC130. Grayscale: #717171. Windows color (decimal): -5030193 or 13582003. OLE color: 13582003.
HSL color Cylindrical-coordinate representation of color #B33ECF: hue angle of 288.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33ECF is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 62 | 207 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.19 |
| HSL | 288.41º | 0.6% | 0.53% | - |
| HSV(B) | 288.41º | 0.7% | 0.81% | - |
| XYZ | 31.58 | 17.53 | 60.75 | - |
| YUV | 113.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 207 | 0.14 | 0.70 | 0 | 0.19 | 288.41 | 0.6 | 0.53 |
| Hex | B3 | 3E | CF | E | 46 | 0 | 13 | 120 | 3C | 35 |
| Octal | 263 | 76 | 317 | 16 | 106 | 0 | 23 | 440 | 74 | 65 |
| Binary | 10110011 | 111110 | 11001111 | 1110 | 1000110 | 0 | 10011 | 100100000 | 111100 | 110101 |
Color Harmonies of #B33ECF
Complementary color
Monochromatic Colors of #B33ECF
Black with #B33ECF
Text Example
Text Example
White with #B33ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33ECF; }
p { color: rgb(179,62,207); }
H1.HeaderClassName
{
color: #B33ECF;
}
.AnyTagClassName
{
color: #B33ECF;
}
</style>
background-color css
<style>
a { background-color: #B33ECF; }
a { background-color: rgb(179,62,207); }
div.DivClassName
{
background-color: #B33ECF;
}
.BgClassName
{
background-color: #B33ECF;
}
</style>
border-color css
<style>
span { border-color: #B33ECF; }
span { border-color: rgb(179,62,207); }
td.TdClassName
{
border-color: #B33ECF;
}
.TagClassName
{
border-color: #B33ECF;
}
</style>