Shades of Medium Orchid #B14BDA
Tints of Medium Orchid #B14BDA
RGB
CMYK
RGB Variations
Color information
#B14BDA (or 0xB14BDA) is known color: Medium Orchid. HEX triplet: B1, 4B and DA. RGB value is (177,75,218). Sum of RGB (Red+Green+Blue) = 177+75+218=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #B14BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14BDA is #4EB425. Grayscale: #797979. Windows color (decimal): -5157926 or 14306225. OLE color: 14306225.
HSL color Cylindrical-coordinate representation of color #B14BDA: hue angle of 282.8º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14BDA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 75 | 218 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.15 |
| HSL | 282.8º | 0.66% | 0.57% | - |
| HSV(B) | 282.8º | 0.66% | 0.85% | - |
| XYZ | 33.3 | 19.44 | 68.33 | - |
| YUV | 121.8 | 182.29 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 218 | 0.19 | 0.66 | 0 | 0.15 | 282.8 | 0.66 | 0.57 |
| Hex | B1 | 4B | DA | 13 | 42 | 0 | F | 11B | 42 | 39 |
| Octal | 261 | 113 | 332 | 23 | 102 | 0 | 17 | 433 | 102 | 71 |
| Binary | 10110001 | 1001011 | 11011010 | 10011 | 1000010 | 0 | 1111 | 100011011 | 1000010 | 111001 |
Color Harmonies of #B14BDA
Complementary color
Monochromatic Colors of #B14BDA
Black with #B14BDA
Text Example
Text Example
White with #B14BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14BDA; }
p { color: rgb(177,75,218); }
H1.HeaderClassName
{
color: #B14BDA;
}
.AnyTagClassName
{
color: #B14BDA;
}
</style>
background-color css
<style>
a { background-color: #B14BDA; }
a { background-color: rgb(177,75,218); }
div.DivClassName
{
background-color: #B14BDA;
}
.BgClassName
{
background-color: #B14BDA;
}
</style>
border-color css
<style>
span { border-color: #B14BDA; }
span { border-color: rgb(177,75,218); }
td.TdClassName
{
border-color: #B14BDA;
}
.TagClassName
{
border-color: #B14BDA;
}
</style>