Shades of Medium Orchid #B33FC8
Tints of Medium Orchid #B33FC8
RGB
CMYK
RGB Variations
Color information
#B33FC8 (or 0xB33FC8) is known color: Medium Orchid. HEX triplet: B3, 3F and C8. RGB value is (179,63,200). Sum of RGB (Red+Green+Blue) = 179+63+200=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #B33FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FC8 is #4CC037. Grayscale: #707070. Windows color (decimal): -5029944 or 13123507. OLE color: 13123507.
HSL color Cylindrical-coordinate representation of color #B33FC8: hue angle of 290.8º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33FC8 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 63 | 200 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.22 |
| HSL | 290.8º | 0.55% | 0.52% | - |
| HSV(B) | 290.8º | 0.69% | 0.78% | - |
| XYZ | 30.79 | 17.31 | 56.36 | - |
| YUV | 113.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 200 | 0.10 | 0.68 | 0 | 0.22 | 290.8 | 0.55 | 0.52 |
| Hex | B3 | 3F | C8 | A | 44 | 0 | 16 | 123 | 37 | 34 |
| Octal | 263 | 77 | 310 | 12 | 104 | 0 | 26 | 443 | 67 | 64 |
| Binary | 10110011 | 111111 | 11001000 | 1010 | 1000100 | 0 | 10110 | 100100011 | 110111 | 110100 |
Color Harmonies of #B33FC8
Complementary color
Monochromatic Colors of #B33FC8
Black with #B33FC8
Text Example
Text Example
White with #B33FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FC8; }
p { color: rgb(179,63,200); }
H1.HeaderClassName
{
color: #B33FC8;
}
.AnyTagClassName
{
color: #B33FC8;
}
</style>
background-color css
<style>
a { background-color: #B33FC8; }
a { background-color: rgb(179,63,200); }
div.DivClassName
{
background-color: #B33FC8;
}
.BgClassName
{
background-color: #B33FC8;
}
</style>
border-color css
<style>
span { border-color: #B33FC8; }
span { border-color: rgb(179,63,200); }
td.TdClassName
{
border-color: #B33FC8;
}
.TagClassName
{
border-color: #B33FC8;
}
</style>