Shades of Medium Orchid #B33BFC
Tints of Medium Orchid #B33BFC
RGB
CMYK
RGB Variations
Color information
#B33BFC (or 0xB33BFC) is known color: Medium Orchid. HEX triplet: B3, 3B and FC. RGB value is (179,59,252). Sum of RGB (Red+Green+Blue) = 179+59+252=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 59 (23.44% from 255 or 12.04% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #B33BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33BFC is #4CC403. Grayscale: #747474. Windows color (decimal): -5030916 or 16530355. OLE color: 16530355.
HSL color Cylindrical-coordinate representation of color #B33BFC: hue angle of 277.31º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B33BFC is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 59 | 252 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.01 |
| HSL | 277.31º | 0.97% | 0.61% | - |
| HSV(B) | 277.31º | 0.77% | 0.99% | - |
| XYZ | 37.73 | 19.74 | 93.92 | - |
| YUV | 116.88 | 204.26 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 252 | 0.29 | 0.77 | 0 | 0.01 | 277.31 | 0.97 | 0.61 |
| Hex | B3 | 3B | FC | 1D | 4D | 0 | 1 | 115 | 61 | 3D |
| Octal | 263 | 73 | 374 | 35 | 115 | 0 | 1 | 425 | 141 | 75 |
| Binary | 10110011 | 111011 | 11111100 | 11101 | 1001101 | 0 | 1 | 100010101 | 1100001 | 111101 |
Color Harmonies of #B33BFC
Complementary color
Monochromatic Colors of #B33BFC
Black with #B33BFC
Text Example
Text Example
White with #B33BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33BFC; }
p { color: rgb(179,59,252); }
H1.HeaderClassName
{
color: #B33BFC;
}
.AnyTagClassName
{
color: #B33BFC;
}
</style>
background-color css
<style>
a { background-color: #B33BFC; }
a { background-color: rgb(179,59,252); }
div.DivClassName
{
background-color: #B33BFC;
}
.BgClassName
{
background-color: #B33BFC;
}
</style>
border-color css
<style>
span { border-color: #B33BFC; }
span { border-color: rgb(179,59,252); }
td.TdClassName
{
border-color: #B33BFC;
}
.TagClassName
{
border-color: #B33BFC;
}
</style>