Shades of Medium Orchid #B33BED
Tints of Medium Orchid #B33BED
RGB
CMYK
RGB Variations
Color information
#B33BED (or 0xB33BED) is known color: Medium Orchid. HEX triplet: B3, 3B and ED. RGB value is (179,59,237). Sum of RGB (Red+Green+Blue) = 179+59+237=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #B33BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33BED is #4CC412. Grayscale: #727272. Windows color (decimal): -5030931 or 15547315. OLE color: 15547315.
HSL color Cylindrical-coordinate representation of color #B33BED: hue angle of 280.45º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B33BED is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 59 | 237 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.07 |
| HSL | 280.45º | 0.83% | 0.58% | - |
| HSV(B) | 280.45º | 0.75% | 0.93% | - |
| XYZ | 35.44 | 18.83 | 81.89 | - |
| YUV | 115.17 | 196.76 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 237 | 0.24 | 0.75 | 0 | 0.07 | 280.45 | 0.83 | 0.58 |
| Hex | B3 | 3B | ED | 18 | 4B | 0 | 7 | 118 | 53 | 3A |
| Octal | 263 | 73 | 355 | 30 | 113 | 0 | 7 | 430 | 123 | 72 |
| Binary | 10110011 | 111011 | 11101101 | 11000 | 1001011 | 0 | 111 | 100011000 | 1010011 | 111010 |
Color Harmonies of #B33BED
Complementary color
Monochromatic Colors of #B33BED
Black with #B33BED
Text Example
Text Example
White with #B33BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33BED; }
p { color: rgb(179,59,237); }
H1.HeaderClassName
{
color: #B33BED;
}
.AnyTagClassName
{
color: #B33BED;
}
</style>
background-color css
<style>
a { background-color: #B33BED; }
a { background-color: rgb(179,59,237); }
div.DivClassName
{
background-color: #B33BED;
}
.BgClassName
{
background-color: #B33BED;
}
</style>
border-color css
<style>
span { border-color: #B33BED; }
span { border-color: rgb(179,59,237); }
td.TdClassName
{
border-color: #B33BED;
}
.TagClassName
{
border-color: #B33BED;
}
</style>