Shades of Medium Orchid #B13BDF
Tints of Medium Orchid #B13BDF
RGB
CMYK
RGB Variations
Color information
#B13BDF (or 0xB13BDF) is known color: Medium Orchid. HEX triplet: B1, 3B and DF. RGB value is (177,59,223). Sum of RGB (Red+Green+Blue) = 177+59+223=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #B13BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BDF is #4EC420. Grayscale: #707070. Windows color (decimal): -5162017 or 14629809. OLE color: 14629809.
HSL color Cylindrical-coordinate representation of color #B13BDF: hue angle of 283.17º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13BDF is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 59 | 223 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.13 |
| HSL | 283.17º | 0.72% | 0.55% | - |
| HSV(B) | 283.17º | 0.74% | 0.87% | - |
| XYZ | 33.01 | 17.8 | 71.51 | - |
| YUV | 112.98 | 190.09 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 223 | 0.21 | 0.74 | 0 | 0.13 | 283.17 | 0.72 | 0.55 |
| Hex | B1 | 3B | DF | 15 | 4A | 0 | D | 11B | 48 | 37 |
| Octal | 261 | 73 | 337 | 25 | 112 | 0 | 15 | 433 | 110 | 67 |
| Binary | 10110001 | 111011 | 11011111 | 10101 | 1001010 | 0 | 1101 | 100011011 | 1001000 | 110111 |
Color Harmonies of #B13BDF
Complementary color
Monochromatic Colors of #B13BDF
Black with #B13BDF
Text Example
Text Example
White with #B13BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13BDF; }
p { color: rgb(177,59,223); }
H1.HeaderClassName
{
color: #B13BDF;
}
.AnyTagClassName
{
color: #B13BDF;
}
</style>
background-color css
<style>
a { background-color: #B13BDF; }
a { background-color: rgb(177,59,223); }
div.DivClassName
{
background-color: #B13BDF;
}
.BgClassName
{
background-color: #B13BDF;
}
</style>
border-color css
<style>
span { border-color: #B13BDF; }
span { border-color: rgb(177,59,223); }
td.TdClassName
{
border-color: #B13BDF;
}
.TagClassName
{
border-color: #B13BDF;
}
</style>