Shades of Medium Orchid #B14BDF
Tints of Medium Orchid #B14BDF
RGB
CMYK
RGB Variations
Color information
#B14BDF (or 0xB14BDF) is known color: Medium Orchid. HEX triplet: B1, 4B and DF. RGB value is (177,75,223). Sum of RGB (Red+Green+Blue) = 177+75+223=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #B14BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14BDF is #4EB420. Grayscale: #797979. Windows color (decimal): -5157921 or 14633905. OLE color: 14633905.
HSL color Cylindrical-coordinate representation of color #B14BDF: hue angle of 281.35º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14BDF is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 75 | 223 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.13 |
| HSL | 281.35º | 0.7% | 0.58% | - |
| HSV(B) | 281.35º | 0.66% | 0.87% | - |
| XYZ | 33.97 | 19.71 | 71.83 | - |
| YUV | 122.37 | 184.79 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 223 | 0.21 | 0.66 | 0 | 0.13 | 281.35 | 0.7 | 0.58 |
| Hex | B1 | 4B | DF | 15 | 42 | 0 | D | 119 | 46 | 3A |
| Octal | 261 | 113 | 337 | 25 | 102 | 0 | 15 | 431 | 106 | 72 |
| Binary | 10110001 | 1001011 | 11011111 | 10101 | 1000010 | 0 | 1101 | 100011001 | 1000110 | 111010 |
Color Harmonies of #B14BDF
Complementary color
Monochromatic Colors of #B14BDF
Black with #B14BDF
Text Example
Text Example
White with #B14BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14BDF; }
p { color: rgb(177,75,223); }
H1.HeaderClassName
{
color: #B14BDF;
}
.AnyTagClassName
{
color: #B14BDF;
}
</style>
background-color css
<style>
a { background-color: #B14BDF; }
a { background-color: rgb(177,75,223); }
div.DivClassName
{
background-color: #B14BDF;
}
.BgClassName
{
background-color: #B14BDF;
}
</style>
border-color css
<style>
span { border-color: #B14BDF; }
span { border-color: rgb(177,75,223); }
td.TdClassName
{
border-color: #B14BDF;
}
.TagClassName
{
border-color: #B14BDF;
}
</style>