Shades of Medium Orchid #B33DF6
Tints of Medium Orchid #B33DF6
RGB
CMYK
RGB Variations
Color information
#B33DF6 (or 0xB33DF6) is known color: Medium Orchid. HEX triplet: B3, 3D and F6. RGB value is (179,61,246). Sum of RGB (Red+Green+Blue) = 179+61+246=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #B33DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33DF6 is #4CC209. Grayscale: #747474. Windows color (decimal): -5030410 or 16137651. OLE color: 16137651.
HSL color Cylindrical-coordinate representation of color #B33DF6: hue angle of 278.27º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B33DF6 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 61 | 246 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.04 |
| HSL | 278.27º | 0.91% | 0.6% | - |
| HSV(B) | 278.27º | 0.75% | 0.96% | - |
| XYZ | 36.89 | 19.58 | 89.02 | - |
| YUV | 117.37 | 200.59 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 246 | 0.27 | 0.75 | 0 | 0.04 | 278.27 | 0.91 | 0.6 |
| Hex | B3 | 3D | F6 | 1B | 4B | 0 | 4 | 116 | 5B | 3C |
| Octal | 263 | 75 | 366 | 33 | 113 | 0 | 4 | 426 | 133 | 74 |
| Binary | 10110011 | 111101 | 11110110 | 11011 | 1001011 | 0 | 100 | 100010110 | 1011011 | 111100 |
Color Harmonies of #B33DF6
Complementary color
Monochromatic Colors of #B33DF6
Black with #B33DF6
Text Example
Text Example
White with #B33DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DF6; }
p { color: rgb(179,61,246); }
H1.HeaderClassName
{
color: #B33DF6;
}
.AnyTagClassName
{
color: #B33DF6;
}
</style>
background-color css
<style>
a { background-color: #B33DF6; }
a { background-color: rgb(179,61,246); }
div.DivClassName
{
background-color: #B33DF6;
}
.BgClassName
{
background-color: #B33DF6;
}
</style>
border-color css
<style>
span { border-color: #B33DF6; }
span { border-color: rgb(179,61,246); }
td.TdClassName
{
border-color: #B33DF6;
}
.TagClassName
{
border-color: #B33DF6;
}
</style>