Shades of Medium Orchid #B33AF5
Tints of Medium Orchid #B33AF5
RGB
CMYK
RGB Variations
Color information
#B33AF5 (or 0xB33AF5) is known color: Medium Orchid. HEX triplet: B3, 3A and F5. RGB value is (179,58,245). Sum of RGB (Red+Green+Blue) = 179+58+245=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #B33AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33AF5 is #4CC50A. Grayscale: #727272. Windows color (decimal): -5031179 or 16071347. OLE color: 16071347.
HSL color Cylindrical-coordinate representation of color #B33AF5: hue angle of 278.82º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33AF5 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 58 | 245 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.04 |
| HSL | 278.82º | 0.9% | 0.59% | - |
| HSV(B) | 278.82º | 0.76% | 0.96% | - |
| XYZ | 36.58 | 19.2 | 88.16 | - |
| YUV | 115.5 | 201.09 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 245 | 0.27 | 0.76 | 0 | 0.04 | 278.82 | 0.9 | 0.59 |
| Hex | B3 | 3A | F5 | 1B | 4C | 0 | 4 | 117 | 5A | 3B |
| Octal | 263 | 72 | 365 | 33 | 114 | 0 | 4 | 427 | 132 | 73 |
| Binary | 10110011 | 111010 | 11110101 | 11011 | 1001100 | 0 | 100 | 100010111 | 1011010 | 111011 |
Color Harmonies of #B33AF5
Complementary color
Monochromatic Colors of #B33AF5
Black with #B33AF5
Text Example
Text Example
White with #B33AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AF5; }
p { color: rgb(179,58,245); }
H1.HeaderClassName
{
color: #B33AF5;
}
.AnyTagClassName
{
color: #B33AF5;
}
</style>
background-color css
<style>
a { background-color: #B33AF5; }
a { background-color: rgb(179,58,245); }
div.DivClassName
{
background-color: #B33AF5;
}
.BgClassName
{
background-color: #B33AF5;
}
</style>
border-color css
<style>
span { border-color: #B33AF5; }
span { border-color: rgb(179,58,245); }
td.TdClassName
{
border-color: #B33AF5;
}
.TagClassName
{
border-color: #B33AF5;
}
</style>