Shades of Medium Orchid #B250CB
Tints of Medium Orchid #B250CB
RGB
CMYK
RGB Variations
Color information
#B250CB (or 0xB250CB) is known color: Medium Orchid. HEX triplet: B2, 50 and CB. RGB value is (178,80,203). Sum of RGB (Red+Green+Blue) = 178+80+203=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #B250CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250CB is #4DAF34. Grayscale: #7A7A7A. Windows color (decimal): -5091125 or 13324466. OLE color: 13324466.
HSL color Cylindrical-coordinate representation of color #B250CB: hue angle of 287.8º 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 #B250CB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 80 | 203 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.20 |
| HSL | 287.8º | 0.54% | 0.55% | - |
| HSV(B) | 287.8º | 0.61% | 0.8% | - |
| XYZ | 32.01 | 19.51 | 58.58 | - |
| YUV | 123.32 | 172.97 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 203 | 0.12 | 0.61 | 0 | 0.20 | 287.8 | 0.54 | 0.55 |
| Hex | B2 | 50 | CB | C | 3D | 0 | 14 | 120 | 36 | 37 |
| Octal | 262 | 120 | 313 | 14 | 75 | 0 | 24 | 440 | 66 | 67 |
| Binary | 10110010 | 1010000 | 11001011 | 1100 | 111101 | 0 | 10100 | 100100000 | 110110 | 110111 |
Color Harmonies of #B250CB
Complementary color
Monochromatic Colors of #B250CB
Black with #B250CB
Text Example
Text Example
White with #B250CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B250CB; }
p { color: rgb(178,80,203); }
H1.HeaderClassName
{
color: #B250CB;
}
.AnyTagClassName
{
color: #B250CB;
}
</style>
background-color css
<style>
a { background-color: #B250CB; }
a { background-color: rgb(178,80,203); }
div.DivClassName
{
background-color: #B250CB;
}
.BgClassName
{
background-color: #B250CB;
}
</style>
border-color css
<style>
span { border-color: #B250CB; }
span { border-color: rgb(178,80,203); }
td.TdClassName
{
border-color: #B250CB;
}
.TagClassName
{
border-color: #B250CB;
}
</style>