Shades of Medium Orchid #B33FCB
Tints of Medium Orchid #B33FCB
RGB
CMYK
RGB Variations
Color information
#B33FCB (or 0xB33FCB) is known color: Medium Orchid. HEX triplet: B3, 3F and CB. RGB value is (179,63,203). Sum of RGB (Red+Green+Blue) = 179+63+203=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #B33FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FCB is #4CC034. Grayscale: #717171. Windows color (decimal): -5029941 or 13320115. OLE color: 13320115.
HSL color Cylindrical-coordinate representation of color #B33FCB: hue angle of 289.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33FCB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 63 | 203 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.20 |
| HSL | 289.71º | 0.57% | 0.52% | - |
| HSV(B) | 289.71º | 0.69% | 0.8% | - |
| XYZ | 31.15 | 17.45 | 58.23 | - |
| YUV | 113.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 203 | 0.12 | 0.69 | 0 | 0.20 | 289.71 | 0.57 | 0.52 |
| Hex | B3 | 3F | CB | C | 45 | 0 | 14 | 122 | 39 | 34 |
| Octal | 263 | 77 | 313 | 14 | 105 | 0 | 24 | 442 | 71 | 64 |
| Binary | 10110011 | 111111 | 11001011 | 1100 | 1000101 | 0 | 10100 | 100100010 | 111001 | 110100 |
Color Harmonies of #B33FCB
Complementary color
Monochromatic Colors of #B33FCB
Black with #B33FCB
Text Example
Text Example
White with #B33FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FCB; }
p { color: rgb(179,63,203); }
H1.HeaderClassName
{
color: #B33FCB;
}
.AnyTagClassName
{
color: #B33FCB;
}
</style>
background-color css
<style>
a { background-color: #B33FCB; }
a { background-color: rgb(179,63,203); }
div.DivClassName
{
background-color: #B33FCB;
}
.BgClassName
{
background-color: #B33FCB;
}
</style>
border-color css
<style>
span { border-color: #B33FCB; }
span { border-color: rgb(179,63,203); }
td.TdClassName
{
border-color: #B33FCB;
}
.TagClassName
{
border-color: #B33FCB;
}
</style>