Shades of Medium Orchid #B931DA
Tints of Medium Orchid #B931DA
RGB
CMYK
RGB Variations
Color information
#B931DA (or 0xB931DA) is known color: Medium Orchid. HEX triplet: B9, 31 and DA. RGB value is (185,49,218). Sum of RGB (Red+Green+Blue) = 185+49+218=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #B931DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931DA is #46CE25. Grayscale: #6C6C6C. Windows color (decimal): -4640294 or 14299577. OLE color: 14299577.
HSL color Cylindrical-coordinate representation of color #B931DA: hue angle of 288.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B931DA is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 49 | 218 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.15 |
| HSL | 288.28º | 0.7% | 0.52% | - |
| HSV(B) | 288.28º | 0.78% | 0.85% | - |
| XYZ | 33.76 | 17.57 | 67.94 | - |
| YUV | 108.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 218 | 0.15 | 0.78 | 0 | 0.15 | 288.28 | 0.7 | 0.52 |
| Hex | B9 | 31 | DA | F | 4E | 0 | F | 120 | 46 | 34 |
| Octal | 271 | 61 | 332 | 17 | 116 | 0 | 17 | 440 | 106 | 64 |
| Binary | 10111001 | 110001 | 11011010 | 1111 | 1001110 | 0 | 1111 | 100100000 | 1000110 | 110100 |
Color Harmonies of #B931DA
Complementary color
Monochromatic Colors of #B931DA
Black with #B931DA
Text Example
Text Example
White with #B931DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931DA; }
p { color: rgb(185,49,218); }
H1.HeaderClassName
{
color: #B931DA;
}
.AnyTagClassName
{
color: #B931DA;
}
</style>
background-color css
<style>
a { background-color: #B931DA; }
a { background-color: rgb(185,49,218); }
div.DivClassName
{
background-color: #B931DA;
}
.BgClassName
{
background-color: #B931DA;
}
</style>
border-color css
<style>
span { border-color: #B931DA; }
span { border-color: rgb(185,49,218); }
td.TdClassName
{
border-color: #B931DA;
}
.TagClassName
{
border-color: #B931DA;
}
</style>