Shades of Medium Orchid #B950DA
Tints of Medium Orchid #B950DA
RGB
CMYK
RGB Variations
Color information
#B950DA (or 0xB950DA) is known color: Medium Orchid. HEX triplet: B9, 50 and DA. RGB value is (185,80,218). Sum of RGB (Red+Green+Blue) = 185+80+218=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #B950DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950DA is #46AF25. Grayscale: #7E7E7E. Windows color (decimal): -4632358 or 14307513. OLE color: 14307513.
HSL color Cylindrical-coordinate representation of color #B950DA: hue angle of 285.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B950DA is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 80 | 218 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.15 |
| HSL | 285.65º | 0.65% | 0.58% | - |
| HSV(B) | 285.65º | 0.63% | 0.85% | - |
| XYZ | 35.53 | 21.11 | 68.53 | - |
| YUV | 127.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 218 | 0.15 | 0.63 | 0 | 0.15 | 285.65 | 0.65 | 0.58 |
| Hex | B9 | 50 | DA | F | 3F | 0 | F | 11E | 41 | 3A |
| Octal | 271 | 120 | 332 | 17 | 77 | 0 | 17 | 436 | 101 | 72 |
| Binary | 10111001 | 1010000 | 11011010 | 1111 | 111111 | 0 | 1111 | 100011110 | 1000001 | 111010 |
Color Harmonies of #B950DA
Complementary color
Monochromatic Colors of #B950DA
Black with #B950DA
Text Example
Text Example
White with #B950DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950DA; }
p { color: rgb(185,80,218); }
H1.HeaderClassName
{
color: #B950DA;
}
.AnyTagClassName
{
color: #B950DA;
}
</style>
background-color css
<style>
a { background-color: #B950DA; }
a { background-color: rgb(185,80,218); }
div.DivClassName
{
background-color: #B950DA;
}
.BgClassName
{
background-color: #B950DA;
}
</style>
border-color css
<style>
span { border-color: #B950DA; }
span { border-color: rgb(185,80,218); }
td.TdClassName
{
border-color: #B950DA;
}
.TagClassName
{
border-color: #B950DA;
}
</style>