Shades of Medium Orchid #B33FEA
Tints of Medium Orchid #B33FEA
RGB
CMYK
RGB Variations
Color information
#B33FEA (or 0xB33FEA) is known color: Medium Orchid. HEX triplet: B3, 3F and EA. RGB value is (179,63,234). Sum of RGB (Red+Green+Blue) = 179+63+234=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #B33FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33FEA is #4CC015. Grayscale: #747474. Windows color (decimal): -5029910 or 15351731. OLE color: 15351731.
HSL color Cylindrical-coordinate representation of color #B33FEA: hue angle of 280.7º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33FEA is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 63 | 234 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.08 |
| HSL | 280.7º | 0.8% | 0.58% | - |
| HSV(B) | 280.7º | 0.73% | 0.92% | - |
| XYZ | 35.22 | 19.08 | 79.67 | - |
| YUV | 117.18 | 193.93 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 234 | 0.24 | 0.73 | 0 | 0.08 | 280.7 | 0.8 | 0.58 |
| Hex | B3 | 3F | EA | 18 | 49 | 0 | 8 | 119 | 50 | 3A |
| Octal | 263 | 77 | 352 | 30 | 111 | 0 | 10 | 431 | 120 | 72 |
| Binary | 10110011 | 111111 | 11101010 | 11000 | 1001001 | 0 | 1000 | 100011001 | 1010000 | 111010 |
Color Harmonies of #B33FEA
Complementary color
Monochromatic Colors of #B33FEA
Black with #B33FEA
Text Example
Text Example
White with #B33FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FEA; }
p { color: rgb(179,63,234); }
H1.HeaderClassName
{
color: #B33FEA;
}
.AnyTagClassName
{
color: #B33FEA;
}
</style>
background-color css
<style>
a { background-color: #B33FEA; }
a { background-color: rgb(179,63,234); }
div.DivClassName
{
background-color: #B33FEA;
}
.BgClassName
{
background-color: #B33FEA;
}
</style>
border-color css
<style>
span { border-color: #B33FEA; }
span { border-color: rgb(179,63,234); }
td.TdClassName
{
border-color: #B33FEA;
}
.TagClassName
{
border-color: #B33FEA;
}
</style>