Shades of Medium Orchid #B33AF6
Tints of Medium Orchid #B33AF6
RGB
CMYK
RGB Variations
Color information
#B33AF6 (or 0xB33AF6) is known color: Medium Orchid. HEX triplet: B3, 3A and F6. RGB value is (179,58,246). Sum of RGB (Red+Green+Blue) = 179+58+246=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #B33AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33AF6 is #4CC509. Grayscale: #727272. Windows color (decimal): -5031178 or 16136883. OLE color: 16136883.
HSL color Cylindrical-coordinate representation of color #B33AF6: hue angle of 278.62º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33AF6 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 58 | 246 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.04 |
| HSL | 278.62º | 0.91% | 0.6% | - |
| HSV(B) | 278.62º | 0.76% | 0.96% | - |
| XYZ | 36.74 | 19.26 | 88.97 | - |
| YUV | 115.61 | 201.59 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 246 | 0.27 | 0.76 | 0 | 0.04 | 278.62 | 0.91 | 0.6 |
| Hex | B3 | 3A | F6 | 1B | 4C | 0 | 4 | 117 | 5B | 3C |
| Octal | 263 | 72 | 366 | 33 | 114 | 0 | 4 | 427 | 133 | 74 |
| Binary | 10110011 | 111010 | 11110110 | 11011 | 1001100 | 0 | 100 | 100010111 | 1011011 | 111100 |
Color Harmonies of #B33AF6
Complementary color
Monochromatic Colors of #B33AF6
Black with #B33AF6
Text Example
Text Example
White with #B33AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AF6; }
p { color: rgb(179,58,246); }
H1.HeaderClassName
{
color: #B33AF6;
}
.AnyTagClassName
{
color: #B33AF6;
}
</style>
background-color css
<style>
a { background-color: #B33AF6; }
a { background-color: rgb(179,58,246); }
div.DivClassName
{
background-color: #B33AF6;
}
.BgClassName
{
background-color: #B33AF6;
}
</style>
border-color css
<style>
span { border-color: #B33AF6; }
span { border-color: rgb(179,58,246); }
td.TdClassName
{
border-color: #B33AF6;
}
.TagClassName
{
border-color: #B33AF6;
}
</style>