Shades of Medium Orchid #B33CDB
Tints of Medium Orchid #B33CDB
RGB
CMYK
RGB Variations
Color information
#B33CDB (or 0xB33CDB) is known color: Medium Orchid. HEX triplet: B3, 3C and DB. RGB value is (179,60,219). Sum of RGB (Red+Green+Blue) = 179+60+219=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #B33CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CDB is #4CC324. Grayscale: #717171. Windows color (decimal): -5030693 or 14367923. OLE color: 14367923.
HSL color Cylindrical-coordinate representation of color #B33CDB: hue angle of 284.91º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33CDB is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 60 | 219 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.14 |
| HSL | 284.91º | 0.69% | 0.55% | - |
| HSV(B) | 284.91º | 0.73% | 0.86% | - |
| XYZ | 32.99 | 17.93 | 68.74 | - |
| YUV | 113.71 | 187.42 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 219 | 0.18 | 0.73 | 0 | 0.14 | 284.91 | 0.69 | 0.55 |
| Hex | B3 | 3C | DB | 12 | 49 | 0 | E | 11D | 45 | 37 |
| Octal | 263 | 74 | 333 | 22 | 111 | 0 | 16 | 435 | 105 | 67 |
| Binary | 10110011 | 111100 | 11011011 | 10010 | 1001001 | 0 | 1110 | 100011101 | 1000101 | 110111 |
Color Harmonies of #B33CDB
Complementary color
Monochromatic Colors of #B33CDB
Black with #B33CDB
Text Example
Text Example
White with #B33CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CDB; }
p { color: rgb(179,60,219); }
H1.HeaderClassName
{
color: #B33CDB;
}
.AnyTagClassName
{
color: #B33CDB;
}
</style>
background-color css
<style>
a { background-color: #B33CDB; }
a { background-color: rgb(179,60,219); }
div.DivClassName
{
background-color: #B33CDB;
}
.BgClassName
{
background-color: #B33CDB;
}
</style>
border-color css
<style>
span { border-color: #B33CDB; }
span { border-color: rgb(179,60,219); }
td.TdClassName
{
border-color: #B33CDB;
}
.TagClassName
{
border-color: #B33CDB;
}
</style>