Shades of Medium Orchid #B33FE7
Tints of Medium Orchid #B33FE7
RGB
CMYK
RGB Variations
Color information
#B33FE7 (or 0xB33FE7) is known color: Medium Orchid. HEX triplet: B3, 3F and E7. RGB value is (179,63,231). Sum of RGB (Red+Green+Blue) = 179+63+231=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #B33FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33FE7 is #4CC018. Grayscale: #747474. Windows color (decimal): -5029913 or 15155123. OLE color: 15155123.
HSL color Cylindrical-coordinate representation of color #B33FE7: hue angle of 281.43º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33FE7 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 63 | 231 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.09 |
| HSL | 281.43º | 0.78% | 0.58% | - |
| HSV(B) | 281.43º | 0.73% | 0.91% | - |
| XYZ | 34.79 | 18.91 | 77.42 | - |
| YUV | 116.84 | 192.43 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 231 | 0.23 | 0.73 | 0 | 0.09 | 281.43 | 0.78 | 0.58 |
| Hex | B3 | 3F | E7 | 17 | 49 | 0 | 9 | 119 | 4E | 3A |
| Octal | 263 | 77 | 347 | 27 | 111 | 0 | 11 | 431 | 116 | 72 |
| Binary | 10110011 | 111111 | 11100111 | 10111 | 1001001 | 0 | 1001 | 100011001 | 1001110 | 111010 |
Color Harmonies of #B33FE7
Complementary color
Monochromatic Colors of #B33FE7
Black with #B33FE7
Text Example
Text Example
White with #B33FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FE7; }
p { color: rgb(179,63,231); }
H1.HeaderClassName
{
color: #B33FE7;
}
.AnyTagClassName
{
color: #B33FE7;
}
</style>
background-color css
<style>
a { background-color: #B33FE7; }
a { background-color: rgb(179,63,231); }
div.DivClassName
{
background-color: #B33FE7;
}
.BgClassName
{
background-color: #B33FE7;
}
</style>
border-color css
<style>
span { border-color: #B33FE7; }
span { border-color: rgb(179,63,231); }
td.TdClassName
{
border-color: #B33FE7;
}
.TagClassName
{
border-color: #B33FE7;
}
</style>