Shades of Medium Orchid #B33AFB
Tints of Medium Orchid #B33AFB
RGB
CMYK
RGB Variations
Color information
#B33AFB (or 0xB33AFB) is known color: Medium Orchid. HEX triplet: B3, 3A and FB. RGB value is (179,58,251). Sum of RGB (Red+Green+Blue) = 179+58+251=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #B33AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33AFB is #4CC504. Grayscale: #737373. Windows color (decimal): -5031173 or 16464563. OLE color: 16464563.
HSL color Cylindrical-coordinate representation of color #B33AFB: hue angle of 277.62º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B33AFB is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 58 | 251 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.02 |
| HSL | 277.62º | 0.96% | 0.61% | - |
| HSV(B) | 277.62º | 0.77% | 0.98% | - |
| XYZ | 37.52 | 19.57 | 93.07 | - |
| YUV | 116.18 | 204.09 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 251 | 0.29 | 0.77 | 0 | 0.02 | 277.62 | 0.96 | 0.61 |
| Hex | B3 | 3A | FB | 1D | 4D | 0 | 2 | 116 | 60 | 3D |
| Octal | 263 | 72 | 373 | 35 | 115 | 0 | 2 | 426 | 140 | 75 |
| Binary | 10110011 | 111010 | 11111011 | 11101 | 1001101 | 0 | 10 | 100010110 | 1100000 | 111101 |
Color Harmonies of #B33AFB
Complementary color
Monochromatic Colors of #B33AFB
Black with #B33AFB
Text Example
Text Example
White with #B33AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AFB; }
p { color: rgb(179,58,251); }
H1.HeaderClassName
{
color: #B33AFB;
}
.AnyTagClassName
{
color: #B33AFB;
}
</style>
background-color css
<style>
a { background-color: #B33AFB; }
a { background-color: rgb(179,58,251); }
div.DivClassName
{
background-color: #B33AFB;
}
.BgClassName
{
background-color: #B33AFB;
}
</style>
border-color css
<style>
span { border-color: #B33AFB; }
span { border-color: rgb(179,58,251); }
td.TdClassName
{
border-color: #B33AFB;
}
.TagClassName
{
border-color: #B33AFB;
}
</style>