Shades of Medium Orchid #B33AF2
Tints of Medium Orchid #B33AF2
RGB
CMYK
RGB Variations
Color information
#B33AF2 (or 0xB33AF2) is known color: Medium Orchid. HEX triplet: B3, 3A and F2. RGB value is (179,58,242). Sum of RGB (Red+Green+Blue) = 179+58+242=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #B33AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33AF2 is #4CC50D. Grayscale: #727272. Windows color (decimal): -5031182 or 15874739. OLE color: 15874739.
HSL color Cylindrical-coordinate representation of color #B33AF2: hue angle of 279.46º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33AF2 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 58 | 242 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.05 |
| HSL | 279.46º | 0.88% | 0.59% | - |
| HSV(B) | 279.46º | 0.76% | 0.95% | - |
| XYZ | 36.13 | 19.02 | 85.77 | - |
| YUV | 115.16 | 199.59 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 242 | 0.26 | 0.76 | 0 | 0.05 | 279.46 | 0.88 | 0.59 |
| Hex | B3 | 3A | F2 | 1A | 4C | 0 | 5 | 117 | 58 | 3B |
| Octal | 263 | 72 | 362 | 32 | 114 | 0 | 5 | 427 | 130 | 73 |
| Binary | 10110011 | 111010 | 11110010 | 11010 | 1001100 | 0 | 101 | 100010111 | 1011000 | 111011 |
Color Harmonies of #B33AF2
Complementary color
Monochromatic Colors of #B33AF2
Black with #B33AF2
Text Example
Text Example
White with #B33AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AF2; }
p { color: rgb(179,58,242); }
H1.HeaderClassName
{
color: #B33AF2;
}
.AnyTagClassName
{
color: #B33AF2;
}
</style>
background-color css
<style>
a { background-color: #B33AF2; }
a { background-color: rgb(179,58,242); }
div.DivClassName
{
background-color: #B33AF2;
}
.BgClassName
{
background-color: #B33AF2;
}
</style>
border-color css
<style>
span { border-color: #B33AF2; }
span { border-color: rgb(179,58,242); }
td.TdClassName
{
border-color: #B33AF2;
}
.TagClassName
{
border-color: #B33AF2;
}
</style>