Shades of Medium Orchid #B141DA
Tints of Medium Orchid #B141DA
RGB
CMYK
RGB Variations
Color information
#B141DA (or 0xB141DA) is known color: Medium Orchid. HEX triplet: B1, 41 and DA. RGB value is (177,65,218). Sum of RGB (Red+Green+Blue) = 177+65+218=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #B141DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141DA is #4EBE25. Grayscale: #737373. Windows color (decimal): -5160486 or 14303665. OLE color: 14303665.
HSL color Cylindrical-coordinate representation of color #B141DA: hue angle of 283.92º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B141DA is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 65 | 218 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.15 |
| HSL | 283.92º | 0.67% | 0.55% | - |
| HSV(B) | 283.92º | 0.7% | 0.85% | - |
| XYZ | 32.68 | 18.19 | 68.12 | - |
| YUV | 115.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 218 | 0.19 | 0.70 | 0 | 0.15 | 283.92 | 0.67 | 0.55 |
| Hex | B1 | 41 | DA | 13 | 46 | 0 | F | 11C | 43 | 37 |
| Octal | 261 | 101 | 332 | 23 | 106 | 0 | 17 | 434 | 103 | 67 |
| Binary | 10110001 | 1000001 | 11011010 | 10011 | 1000110 | 0 | 1111 | 100011100 | 1000011 | 110111 |
Color Harmonies of #B141DA
Complementary color
Monochromatic Colors of #B141DA
Black with #B141DA
Text Example
Text Example
White with #B141DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141DA; }
p { color: rgb(177,65,218); }
H1.HeaderClassName
{
color: #B141DA;
}
.AnyTagClassName
{
color: #B141DA;
}
</style>
background-color css
<style>
a { background-color: #B141DA; }
a { background-color: rgb(177,65,218); }
div.DivClassName
{
background-color: #B141DA;
}
.BgClassName
{
background-color: #B141DA;
}
</style>
border-color css
<style>
span { border-color: #B141DA; }
span { border-color: rgb(177,65,218); }
td.TdClassName
{
border-color: #B141DA;
}
.TagClassName
{
border-color: #B141DA;
}
</style>