Shades of Medium Orchid #B140DA
Tints of Medium Orchid #B140DA
RGB
CMYK
RGB Variations
Color information
#B140DA (or 0xB140DA) is known color: Medium Orchid. HEX triplet: B1, 40 and DA. RGB value is (177,64,218). Sum of RGB (Red+Green+Blue) = 177+64+218=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #B140DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140DA is #4EBF25. Grayscale: #727272. Windows color (decimal): -5160742 or 14303409. OLE color: 14303409.
HSL color Cylindrical-coordinate representation of color #B140DA: hue angle of 284.03º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B140DA is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 64 | 218 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.15 |
| HSL | 284.03º | 0.68% | 0.55% | - |
| HSV(B) | 284.03º | 0.71% | 0.85% | - |
| XYZ | 32.62 | 18.08 | 68.1 | - |
| YUV | 115.34 | 185.94 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 218 | 0.19 | 0.71 | 0 | 0.15 | 284.03 | 0.68 | 0.55 |
| Hex | B1 | 40 | DA | 13 | 47 | 0 | F | 11C | 44 | 37 |
| Octal | 261 | 100 | 332 | 23 | 107 | 0 | 17 | 434 | 104 | 67 |
| Binary | 10110001 | 1000000 | 11011010 | 10011 | 1000111 | 0 | 1111 | 100011100 | 1000100 | 110111 |
Color Harmonies of #B140DA
Complementary color
Monochromatic Colors of #B140DA
Black with #B140DA
Text Example
Text Example
White with #B140DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140DA; }
p { color: rgb(177,64,218); }
H1.HeaderClassName
{
color: #B140DA;
}
.AnyTagClassName
{
color: #B140DA;
}
</style>
background-color css
<style>
a { background-color: #B140DA; }
a { background-color: rgb(177,64,218); }
div.DivClassName
{
background-color: #B140DA;
}
.BgClassName
{
background-color: #B140DA;
}
</style>
border-color css
<style>
span { border-color: #B140DA; }
span { border-color: rgb(177,64,218); }
td.TdClassName
{
border-color: #B140DA;
}
.TagClassName
{
border-color: #B140DA;
}
</style>