Shades of Medium Orchid #B33CEF
Tints of Medium Orchid #B33CEF
RGB
CMYK
RGB Variations
Color information
#B33CEF (or 0xB33CEF) is known color: Medium Orchid. HEX triplet: B3, 3C and EF. RGB value is (179,60,239). Sum of RGB (Red+Green+Blue) = 179+60+239=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #B33CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33CEF is #4CC310. Grayscale: #737373. Windows color (decimal): -5030673 or 15678643. OLE color: 15678643.
HSL color Cylindrical-coordinate representation of color #B33CEF: hue angle of 279.89º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B33CEF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 60 | 239 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.06 |
| HSL | 279.89º | 0.85% | 0.59% | - |
| HSV(B) | 279.89º | 0.75% | 0.94% | - |
| XYZ | 35.79 | 19.05 | 83.45 | - |
| YUV | 115.99 | 197.42 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 239 | 0.25 | 0.75 | 0 | 0.06 | 279.89 | 0.85 | 0.59 |
| Hex | B3 | 3C | EF | 19 | 4B | 0 | 6 | 118 | 55 | 3B |
| Octal | 263 | 74 | 357 | 31 | 113 | 0 | 6 | 430 | 125 | 73 |
| Binary | 10110011 | 111100 | 11101111 | 11001 | 1001011 | 0 | 110 | 100011000 | 1010101 | 111011 |
Color Harmonies of #B33CEF
Complementary color
Monochromatic Colors of #B33CEF
Black with #B33CEF
Text Example
Text Example
White with #B33CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CEF; }
p { color: rgb(179,60,239); }
H1.HeaderClassName
{
color: #B33CEF;
}
.AnyTagClassName
{
color: #B33CEF;
}
</style>
background-color css
<style>
a { background-color: #B33CEF; }
a { background-color: rgb(179,60,239); }
div.DivClassName
{
background-color: #B33CEF;
}
.BgClassName
{
background-color: #B33CEF;
}
</style>
border-color css
<style>
span { border-color: #B33CEF; }
span { border-color: rgb(179,60,239); }
td.TdClassName
{
border-color: #B33CEF;
}
.TagClassName
{
border-color: #B33CEF;
}
</style>