Shades of Medium Orchid #B33EFF
Tints of Medium Orchid #B33EFF
RGB
CMYK
RGB Variations
Color information
#B33EFF (or 0xB33EFF) is known color: Medium Orchid. HEX triplet: B3, 3E and FF. RGB value is (179,62,255). Sum of RGB (Red+Green+Blue) = 179+62+255=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 62 (24.61% from 255 or 12.5% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #B33EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33EFF is #4CC100. Grayscale: #767676. Windows color (decimal): -5030145 or 16727731. OLE color: 16727731.
HSL color Cylindrical-coordinate representation of color #B33EFF: hue angle of 276.37º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33EFF is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 62 | 255 | - |
| CMYK | 0.30 | 0.76 | 0 | 0 |
| HSL | 276.37º | 1% | 0.62% | - |
| HSV(B) | 276.37º | 0.76% | 1% | - |
| XYZ | 38.36 | 20.25 | 96.49 | - |
| YUV | 118.99 | 204.76 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 255 | 0.30 | 0.76 | 0 | 0 | 276.37 | 1 | 0.62 |
| Hex | B3 | 3E | FF | 1E | 4C | 0 | 0 | 114 | 64 | 3E |
| Octal | 263 | 76 | 377 | 36 | 114 | 0 | 0 | 424 | 144 | 76 |
| Binary | 10110011 | 111110 | 11111111 | 11110 | 1001100 | 0 | 0 | 100010100 | 1100100 | 111110 |
Color Harmonies of #B33EFF
Complementary color
Monochromatic Colors of #B33EFF
Black with #B33EFF
Text Example
Text Example
White with #B33EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33EFF; }
p { color: rgb(179,62,255); }
H1.HeaderClassName
{
color: #B33EFF;
}
.AnyTagClassName
{
color: #B33EFF;
}
</style>
background-color css
<style>
a { background-color: #B33EFF; }
a { background-color: rgb(179,62,255); }
div.DivClassName
{
background-color: #B33EFF;
}
.BgClassName
{
background-color: #B33EFF;
}
</style>
border-color css
<style>
span { border-color: #B33EFF; }
span { border-color: rgb(179,62,255); }
td.TdClassName
{
border-color: #B33EFF;
}
.TagClassName
{
border-color: #B33EFF;
}
</style>