Shades of Medium Orchid #B950C9
Tints of Medium Orchid #B950C9
RGB
CMYK
RGB Variations
Color information
#B950C9 (or 0xB950C9) is known color: Medium Orchid. HEX triplet: B9, 50 and C9. RGB value is (185,80,201). Sum of RGB (Red+Green+Blue) = 185+80+201=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #B950C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950C9 is #46AF36. Grayscale: #7C7C7C. Windows color (decimal): -4632375 or 13193401. OLE color: 13193401.
HSL color Cylindrical-coordinate representation of color #B950C9: hue angle of 292.07º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B950C9 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 80 | 201 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.21 |
| HSL | 292.07º | 0.53% | 0.55% | - |
| HSV(B) | 292.07º | 0.6% | 0.79% | - |
| XYZ | 33.42 | 20.27 | 57.41 | - |
| YUV | 125.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 201 | 0.08 | 0.60 | 0 | 0.21 | 292.07 | 0.53 | 0.55 |
| Hex | B9 | 50 | C9 | 8 | 3C | 0 | 15 | 124 | 35 | 37 |
| Octal | 271 | 120 | 311 | 10 | 74 | 0 | 25 | 444 | 65 | 67 |
| Binary | 10111001 | 1010000 | 11001001 | 1000 | 111100 | 0 | 10101 | 100100100 | 110101 | 110111 |
Color Harmonies of #B950C9
Complementary color
Monochromatic Colors of #B950C9
Black with #B950C9
Text Example
Text Example
White with #B950C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950C9; }
p { color: rgb(185,80,201); }
H1.HeaderClassName
{
color: #B950C9;
}
.AnyTagClassName
{
color: #B950C9;
}
</style>
background-color css
<style>
a { background-color: #B950C9; }
a { background-color: rgb(185,80,201); }
div.DivClassName
{
background-color: #B950C9;
}
.BgClassName
{
background-color: #B950C9;
}
</style>
border-color css
<style>
span { border-color: #B950C9; }
span { border-color: rgb(185,80,201); }
td.TdClassName
{
border-color: #B950C9;
}
.TagClassName
{
border-color: #B950C9;
}
</style>