Shades of Medium Orchid #B33EFC
Tints of Medium Orchid #B33EFC
RGB
CMYK
RGB Variations
Color information
#B33EFC (or 0xB33EFC) is known color: Medium Orchid. HEX triplet: B3, 3E and FC. RGB value is (179,62,252). Sum of RGB (Red+Green+Blue) = 179+62+252=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #B33EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33EFC is #4CC103. Grayscale: #767676. Windows color (decimal): -5030148 or 16531123. OLE color: 16531123.
HSL color Cylindrical-coordinate representation of color #B33EFC: hue angle of 276.95º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B33EFC is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 62 | 252 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.01 |
| HSL | 276.95º | 0.97% | 0.62% | - |
| HSV(B) | 276.95º | 0.75% | 0.99% | - |
| XYZ | 37.88 | 20.06 | 93.97 | - |
| YUV | 118.64 | 203.26 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 252 | 0.29 | 0.75 | 0 | 0.01 | 276.95 | 0.97 | 0.62 |
| Hex | B3 | 3E | FC | 1D | 4B | 0 | 1 | 115 | 61 | 3E |
| Octal | 263 | 76 | 374 | 35 | 113 | 0 | 1 | 425 | 141 | 76 |
| Binary | 10110011 | 111110 | 11111100 | 11101 | 1001011 | 0 | 1 | 100010101 | 1100001 | 111110 |
Color Harmonies of #B33EFC
Complementary color
Monochromatic Colors of #B33EFC
Black with #B33EFC
Text Example
Text Example
White with #B33EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33EFC; }
p { color: rgb(179,62,252); }
H1.HeaderClassName
{
color: #B33EFC;
}
.AnyTagClassName
{
color: #B33EFC;
}
</style>
background-color css
<style>
a { background-color: #B33EFC; }
a { background-color: rgb(179,62,252); }
div.DivClassName
{
background-color: #B33EFC;
}
.BgClassName
{
background-color: #B33EFC;
}
</style>
border-color css
<style>
span { border-color: #B33EFC; }
span { border-color: rgb(179,62,252); }
td.TdClassName
{
border-color: #B33EFC;
}
.TagClassName
{
border-color: #B33EFC;
}
</style>