Shades of Medium Orchid #B13ADF
Tints of Medium Orchid #B13ADF
RGB
CMYK
RGB Variations
Color information
#B13ADF (or 0xB13ADF) is known color: Medium Orchid. HEX triplet: B1, 3A and DF. RGB value is (177,58,223). Sum of RGB (Red+Green+Blue) = 177+58+223=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #B13ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ADF is #4EC520. Grayscale: #6F6F6F. Windows color (decimal): -5162273 or 14629553. OLE color: 14629553.
HSL color Cylindrical-coordinate representation of color #B13ADF: hue angle of 283.27º 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 #B13ADF is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 58 | 223 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.13 |
| HSL | 283.27º | 0.72% | 0.55% | - |
| HSV(B) | 283.27º | 0.74% | 0.87% | - |
| XYZ | 32.96 | 17.7 | 71.49 | - |
| YUV | 112.39 | 190.42 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 223 | 0.21 | 0.74 | 0 | 0.13 | 283.27 | 0.72 | 0.55 |
| Hex | B1 | 3A | DF | 15 | 4A | 0 | D | 11B | 48 | 37 |
| Octal | 261 | 72 | 337 | 25 | 112 | 0 | 15 | 433 | 110 | 67 |
| Binary | 10110001 | 111010 | 11011111 | 10101 | 1001010 | 0 | 1101 | 100011011 | 1001000 | 110111 |
Color Harmonies of #B13ADF
Complementary color
Monochromatic Colors of #B13ADF
Black with #B13ADF
Text Example
Text Example
White with #B13ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13ADF; }
p { color: rgb(177,58,223); }
H1.HeaderClassName
{
color: #B13ADF;
}
.AnyTagClassName
{
color: #B13ADF;
}
</style>
background-color css
<style>
a { background-color: #B13ADF; }
a { background-color: rgb(177,58,223); }
div.DivClassName
{
background-color: #B13ADF;
}
.BgClassName
{
background-color: #B13ADF;
}
</style>
border-color css
<style>
span { border-color: #B13ADF; }
span { border-color: rgb(177,58,223); }
td.TdClassName
{
border-color: #B13ADF;
}
.TagClassName
{
border-color: #B13ADF;
}
</style>