Shades of Medium Orchid #B33DC6
Tints of Medium Orchid #B33DC6
RGB
CMYK
RGB Variations
Color information
#B33DC6 (or 0xB33DC6) is known color: Medium Orchid. HEX triplet: B3, 3D and C6. RGB value is (179,61,198). Sum of RGB (Red+Green+Blue) = 179+61+198=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #B33DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DC6 is #4CC239. Grayscale: #6F6F6F. Windows color (decimal): -5030458 or 12991923. OLE color: 12991923.
HSL color Cylindrical-coordinate representation of color #B33DC6: hue angle of 291.68º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33DC6 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 61 | 198 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.22 |
| HSL | 291.68º | 0.55% | 0.51% | - |
| HSV(B) | 291.68º | 0.69% | 0.78% | - |
| XYZ | 30.45 | 17 | 55.1 | - |
| YUV | 111.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 198 | 0.10 | 0.69 | 0 | 0.22 | 291.68 | 0.55 | 0.51 |
| Hex | B3 | 3D | C6 | A | 45 | 0 | 16 | 124 | 37 | 33 |
| Octal | 263 | 75 | 306 | 12 | 105 | 0 | 26 | 444 | 67 | 63 |
| Binary | 10110011 | 111101 | 11000110 | 1010 | 1000101 | 0 | 10110 | 100100100 | 110111 | 110011 |
Color Harmonies of #B33DC6
Complementary color
Monochromatic Colors of #B33DC6
Black with #B33DC6
Text Example
Text Example
White with #B33DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DC6; }
p { color: rgb(179,61,198); }
H1.HeaderClassName
{
color: #B33DC6;
}
.AnyTagClassName
{
color: #B33DC6;
}
</style>
background-color css
<style>
a { background-color: #B33DC6; }
a { background-color: rgb(179,61,198); }
div.DivClassName
{
background-color: #B33DC6;
}
.BgClassName
{
background-color: #B33DC6;
}
</style>
border-color css
<style>
span { border-color: #B33DC6; }
span { border-color: rgb(179,61,198); }
td.TdClassName
{
border-color: #B33DC6;
}
.TagClassName
{
border-color: #B33DC6;
}
</style>