Shades of Medium Orchid #B950D5
Tints of Medium Orchid #B950D5
RGB
CMYK
RGB Variations
Color information
#B950D5 (or 0xB950D5) is known color: Medium Orchid. HEX triplet: B9, 50 and D5. RGB value is (185,80,213). Sum of RGB (Red+Green+Blue) = 185+80+213=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #B950D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950D5 is #46AF2A. Grayscale: #7E7E7E. Windows color (decimal): -4632363 or 13979833. OLE color: 13979833.
HSL color Cylindrical-coordinate representation of color #B950D5: hue angle of 287.37º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B950D5 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 80 | 213 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.16 |
| HSL | 287.37º | 0.61% | 0.57% | - |
| HSV(B) | 287.37º | 0.62% | 0.84% | - |
| XYZ | 34.89 | 20.86 | 65.14 | - |
| YUV | 126.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 213 | 0.13 | 0.62 | 0 | 0.16 | 287.37 | 0.61 | 0.57 |
| Hex | B9 | 50 | D5 | D | 3E | 0 | 10 | 11F | 3D | 39 |
| Octal | 271 | 120 | 325 | 15 | 76 | 0 | 20 | 437 | 75 | 71 |
| Binary | 10111001 | 1010000 | 11010101 | 1101 | 111110 | 0 | 10000 | 100011111 | 111101 | 111001 |
Color Harmonies of #B950D5
Complementary color
Monochromatic Colors of #B950D5
Black with #B950D5
Text Example
Text Example
White with #B950D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950D5; }
p { color: rgb(185,80,213); }
H1.HeaderClassName
{
color: #B950D5;
}
.AnyTagClassName
{
color: #B950D5;
}
</style>
background-color css
<style>
a { background-color: #B950D5; }
a { background-color: rgb(185,80,213); }
div.DivClassName
{
background-color: #B950D5;
}
.BgClassName
{
background-color: #B950D5;
}
</style>
border-color css
<style>
span { border-color: #B950D5; }
span { border-color: rgb(185,80,213); }
td.TdClassName
{
border-color: #B950D5;
}
.TagClassName
{
border-color: #B950D5;
}
</style>