Shades of Medium Orchid #B050CF
Tints of Medium Orchid #B050CF
RGB
CMYK
RGB Variations
Color information
#B050CF (or 0xB050CF) is known color: Medium Orchid. HEX triplet: B0, 50 and CF. RGB value is (176,80,207). Sum of RGB (Red+Green+Blue) = 176+80+207=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #B050CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050CF is #4FAF30. Grayscale: #7A7A7A. Windows color (decimal): -5222193 or 13586608. OLE color: 13586608.
HSL color Cylindrical-coordinate representation of color #B050CF: hue angle of 285.35º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B050CF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 80 | 207 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.19 |
| HSL | 285.35º | 0.57% | 0.56% | - |
| HSV(B) | 285.35º | 0.61% | 0.81% | - |
| XYZ | 32.04 | 19.47 | 61.1 | - |
| YUV | 123.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 207 | 0.15 | 0.61 | 0 | 0.19 | 285.35 | 0.57 | 0.56 |
| Hex | B0 | 50 | CF | F | 3D | 0 | 13 | 11D | 39 | 38 |
| Octal | 260 | 120 | 317 | 17 | 75 | 0 | 23 | 435 | 71 | 70 |
| Binary | 10110000 | 1010000 | 11001111 | 1111 | 111101 | 0 | 10011 | 100011101 | 111001 | 111000 |
Color Harmonies of #B050CF
Complementary color
Monochromatic Colors of #B050CF
Black with #B050CF
Text Example
Text Example
White with #B050CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B050CF; }
p { color: rgb(176,80,207); }
H1.HeaderClassName
{
color: #B050CF;
}
.AnyTagClassName
{
color: #B050CF;
}
</style>
background-color css
<style>
a { background-color: #B050CF; }
a { background-color: rgb(176,80,207); }
div.DivClassName
{
background-color: #B050CF;
}
.BgClassName
{
background-color: #B050CF;
}
</style>
border-color css
<style>
span { border-color: #B050CF; }
span { border-color: rgb(176,80,207); }
td.TdClassName
{
border-color: #B050CF;
}
.TagClassName
{
border-color: #B050CF;
}
</style>