Shades of Medium Orchid #B63DCB
Tints of Medium Orchid #B63DCB
RGB
CMYK
RGB Variations
Color information
#B63DCB (or 0xB63DCB) is known color: Medium Orchid. HEX triplet: B6, 3D and CB. RGB value is (182,61,203). Sum of RGB (Red+Green+Blue) = 182+61+203=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #B63DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DCB is #49C234. Grayscale: #707070. Windows color (decimal): -4833845 or 13319606. OLE color: 13319606.
HSL color Cylindrical-coordinate representation of color #B63DCB: hue angle of 291.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63DCB is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 61 | 203 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.20 |
| HSL | 291.13º | 0.58% | 0.52% | - |
| HSV(B) | 291.13º | 0.7% | 0.8% | - |
| XYZ | 31.74 | 17.59 | 58.22 | - |
| YUV | 113.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 203 | 0.10 | 0.70 | 0 | 0.20 | 291.13 | 0.58 | 0.52 |
| Hex | B6 | 3D | CB | A | 46 | 0 | 14 | 123 | 3A | 34 |
| Octal | 266 | 75 | 313 | 12 | 106 | 0 | 24 | 443 | 72 | 64 |
| Binary | 10110110 | 111101 | 11001011 | 1010 | 1000110 | 0 | 10100 | 100100011 | 111010 | 110100 |
Color Harmonies of #B63DCB
Complementary color
Monochromatic Colors of #B63DCB
Black with #B63DCB
Text Example
Text Example
White with #B63DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DCB; }
p { color: rgb(182,61,203); }
H1.HeaderClassName
{
color: #B63DCB;
}
.AnyTagClassName
{
color: #B63DCB;
}
</style>
background-color css
<style>
a { background-color: #B63DCB; }
a { background-color: rgb(182,61,203); }
div.DivClassName
{
background-color: #B63DCB;
}
.BgClassName
{
background-color: #B63DCB;
}
</style>
border-color css
<style>
span { border-color: #B63DCB; }
span { border-color: rgb(182,61,203); }
td.TdClassName
{
border-color: #B63DCB;
}
.TagClassName
{
border-color: #B63DCB;
}
</style>