Shades of Medium Orchid #B33CEB
Tints of Medium Orchid #B33CEB
RGB
CMYK
RGB Variations
Color information
#B33CEB (or 0xB33CEB) is known color: Medium Orchid. HEX triplet: B3, 3C and EB. RGB value is (179,60,235). Sum of RGB (Red+Green+Blue) = 179+60+235=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #B33CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33CEB is #4CC314. Grayscale: #727272. Windows color (decimal): -5030677 or 15416499. OLE color: 15416499.
HSL color Cylindrical-coordinate representation of color #B33CEB: hue angle of 280.8º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33CEB is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 60 | 235 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.08 |
| HSL | 280.8º | 0.81% | 0.58% | - |
| HSV(B) | 280.8º | 0.74% | 0.92% | - |
| XYZ | 35.2 | 18.81 | 80.37 | - |
| YUV | 115.53 | 195.42 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 235 | 0.24 | 0.74 | 0 | 0.08 | 280.8 | 0.81 | 0.58 |
| Hex | B3 | 3C | EB | 18 | 4A | 0 | 8 | 119 | 51 | 3A |
| Octal | 263 | 74 | 353 | 30 | 112 | 0 | 10 | 431 | 121 | 72 |
| Binary | 10110011 | 111100 | 11101011 | 11000 | 1001010 | 0 | 1000 | 100011001 | 1010001 | 111010 |
Color Harmonies of #B33CEB
Complementary color
Monochromatic Colors of #B33CEB
Black with #B33CEB
Text Example
Text Example
White with #B33CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CEB; }
p { color: rgb(179,60,235); }
H1.HeaderClassName
{
color: #B33CEB;
}
.AnyTagClassName
{
color: #B33CEB;
}
</style>
background-color css
<style>
a { background-color: #B33CEB; }
a { background-color: rgb(179,60,235); }
div.DivClassName
{
background-color: #B33CEB;
}
.BgClassName
{
background-color: #B33CEB;
}
</style>
border-color css
<style>
span { border-color: #B33CEB; }
span { border-color: rgb(179,60,235); }
td.TdClassName
{
border-color: #B33CEB;
}
.TagClassName
{
border-color: #B33CEB;
}
</style>