Shades of Medium Orchid #B13CCE
Tints of Medium Orchid #B13CCE
RGB
CMYK
RGB Variations
Color information
#B13CCE (or 0xB13CCE) is known color: Medium Orchid. HEX triplet: B1, 3C and CE. RGB value is (177,60,206). Sum of RGB (Red+Green+Blue) = 177+60+206=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #B13CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CCE is #4EC331. Grayscale: #6F6F6F. Windows color (decimal): -5161778 or 13515953. OLE color: 13515953.
HSL color Cylindrical-coordinate representation of color #B13CCE: hue angle of 288.08º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13CCE is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 60 | 206 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.19 |
| HSL | 288.08º | 0.6% | 0.52% | - |
| HSV(B) | 288.08º | 0.71% | 0.81% | - |
| XYZ | 30.89 | 17.04 | 60.05 | - |
| YUV | 111.63 | 181.26 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 206 | 0.14 | 0.71 | 0 | 0.19 | 288.08 | 0.6 | 0.52 |
| Hex | B1 | 3C | CE | E | 47 | 0 | 13 | 120 | 3C | 34 |
| Octal | 261 | 74 | 316 | 16 | 107 | 0 | 23 | 440 | 74 | 64 |
| Binary | 10110001 | 111100 | 11001110 | 1110 | 1000111 | 0 | 10011 | 100100000 | 111100 | 110100 |
Color Harmonies of #B13CCE
Complementary color
Monochromatic Colors of #B13CCE
Black with #B13CCE
Text Example
Text Example
White with #B13CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13CCE; }
p { color: rgb(177,60,206); }
H1.HeaderClassName
{
color: #B13CCE;
}
.AnyTagClassName
{
color: #B13CCE;
}
</style>
background-color css
<style>
a { background-color: #B13CCE; }
a { background-color: rgb(177,60,206); }
div.DivClassName
{
background-color: #B13CCE;
}
.BgClassName
{
background-color: #B13CCE;
}
</style>
border-color css
<style>
span { border-color: #B13CCE; }
span { border-color: rgb(177,60,206); }
td.TdClassName
{
border-color: #B13CCE;
}
.TagClassName
{
border-color: #B13CCE;
}
</style>