Shades of Medium Orchid #B33FC9
Tints of Medium Orchid #B33FC9
RGB
CMYK
RGB Variations
Color information
#B33FC9 (or 0xB33FC9) is known color: Medium Orchid. HEX triplet: B3, 3F and C9. RGB value is (179,63,201). Sum of RGB (Red+Green+Blue) = 179+63+201=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #B33FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FC9 is #4CC036. Grayscale: #707070. Windows color (decimal): -5029943 or 13189043. OLE color: 13189043.
HSL color Cylindrical-coordinate representation of color #B33FC9: hue angle of 290.43º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33FC9 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 63 | 201 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.21 |
| HSL | 290.43º | 0.56% | 0.52% | - |
| HSV(B) | 290.43º | 0.69% | 0.79% | - |
| XYZ | 30.91 | 17.36 | 56.98 | - |
| YUV | 113.42 | 177.43 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 201 | 0.11 | 0.69 | 0 | 0.21 | 290.43 | 0.56 | 0.52 |
| Hex | B3 | 3F | C9 | B | 45 | 0 | 15 | 122 | 38 | 34 |
| Octal | 263 | 77 | 311 | 13 | 105 | 0 | 25 | 442 | 70 | 64 |
| Binary | 10110011 | 111111 | 11001001 | 1011 | 1000101 | 0 | 10101 | 100100010 | 111000 | 110100 |
Color Harmonies of #B33FC9
Complementary color
Monochromatic Colors of #B33FC9
Black with #B33FC9
Text Example
Text Example
White with #B33FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FC9; }
p { color: rgb(179,63,201); }
H1.HeaderClassName
{
color: #B33FC9;
}
.AnyTagClassName
{
color: #B33FC9;
}
</style>
background-color css
<style>
a { background-color: #B33FC9; }
a { background-color: rgb(179,63,201); }
div.DivClassName
{
background-color: #B33FC9;
}
.BgClassName
{
background-color: #B33FC9;
}
</style>
border-color css
<style>
span { border-color: #B33FC9; }
span { border-color: rgb(179,63,201); }
td.TdClassName
{
border-color: #B33FC9;
}
.TagClassName
{
border-color: #B33FC9;
}
</style>