Shades of Medium Orchid #B950CB
Tints of Medium Orchid #B950CB
RGB
CMYK
RGB Variations
Color information
#B950CB (or 0xB950CB) is known color: Medium Orchid. HEX triplet: B9, 50 and CB. RGB value is (185,80,203). Sum of RGB (Red+Green+Blue) = 185+80+203=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #B950CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950CB is #46AF34. Grayscale: #7D7D7D. Windows color (decimal): -4632373 or 13324473. OLE color: 13324473.
HSL color Cylindrical-coordinate representation of color #B950CB: hue angle of 291.22º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B950CB is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 80 | 203 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.20 |
| HSL | 291.22º | 0.54% | 0.55% | - |
| HSV(B) | 291.22º | 0.61% | 0.8% | - |
| XYZ | 33.66 | 20.36 | 58.66 | - |
| YUV | 125.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 203 | 0.09 | 0.61 | 0 | 0.20 | 291.22 | 0.54 | 0.55 |
| Hex | B9 | 50 | CB | 9 | 3D | 0 | 14 | 123 | 36 | 37 |
| Octal | 271 | 120 | 313 | 11 | 75 | 0 | 24 | 443 | 66 | 67 |
| Binary | 10111001 | 1010000 | 11001011 | 1001 | 111101 | 0 | 10100 | 100100011 | 110110 | 110111 |
Color Harmonies of #B950CB
Complementary color
Monochromatic Colors of #B950CB
Black with #B950CB
Text Example
Text Example
White with #B950CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950CB; }
p { color: rgb(185,80,203); }
H1.HeaderClassName
{
color: #B950CB;
}
.AnyTagClassName
{
color: #B950CB;
}
</style>
background-color css
<style>
a { background-color: #B950CB; }
a { background-color: rgb(185,80,203); }
div.DivClassName
{
background-color: #B950CB;
}
.BgClassName
{
background-color: #B950CB;
}
</style>
border-color css
<style>
span { border-color: #B950CB; }
span { border-color: rgb(185,80,203); }
td.TdClassName
{
border-color: #B950CB;
}
.TagClassName
{
border-color: #B950CB;
}
</style>