Shades of Medium Orchid #B33BFB
Tints of Medium Orchid #B33BFB
RGB
CMYK
RGB Variations
Color information
#B33BFB (or 0xB33BFB) is known color: Medium Orchid. HEX triplet: B3, 3B and FB. RGB value is (179,59,251). Sum of RGB (Red+Green+Blue) = 179+59+251=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #B33BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33BFB is #4CC404. Grayscale: #747474. Windows color (decimal): -5030917 or 16464819. OLE color: 16464819.
HSL color Cylindrical-coordinate representation of color #B33BFB: hue angle of 277.5º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33BFB is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 59 | 251 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.02 |
| HSL | 277.5º | 0.96% | 0.61% | - |
| HSV(B) | 277.5º | 0.76% | 0.98% | - |
| XYZ | 37.57 | 19.68 | 93.08 | - |
| YUV | 116.77 | 203.76 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 251 | 0.29 | 0.76 | 0 | 0.02 | 277.5 | 0.96 | 0.61 |
| Hex | B3 | 3B | FB | 1D | 4C | 0 | 2 | 116 | 60 | 3D |
| Octal | 263 | 73 | 373 | 35 | 114 | 0 | 2 | 426 | 140 | 75 |
| Binary | 10110011 | 111011 | 11111011 | 11101 | 1001100 | 0 | 10 | 100010110 | 1100000 | 111101 |
Color Harmonies of #B33BFB
Complementary color
Monochromatic Colors of #B33BFB
Black with #B33BFB
Text Example
Text Example
White with #B33BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33BFB; }
p { color: rgb(179,59,251); }
H1.HeaderClassName
{
color: #B33BFB;
}
.AnyTagClassName
{
color: #B33BFB;
}
</style>
background-color css
<style>
a { background-color: #B33BFB; }
a { background-color: rgb(179,59,251); }
div.DivClassName
{
background-color: #B33BFB;
}
.BgClassName
{
background-color: #B33BFB;
}
</style>
border-color css
<style>
span { border-color: #B33BFB; }
span { border-color: rgb(179,59,251); }
td.TdClassName
{
border-color: #B33BFB;
}
.TagClassName
{
border-color: #B33BFB;
}
</style>