Shades of Medium Orchid #B260CF
Tints of Medium Orchid #B260CF
RGB
CMYK
RGB Variations
Color information
#B260CF (or 0xB260CF) is known color: Medium Orchid. HEX triplet: B2, 60 and CF. RGB value is (178,96,207). Sum of RGB (Red+Green+Blue) = 178+96+207=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #B260CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260CF is #4D9F30. Grayscale: #848484. Windows color (decimal): -5087025 or 13590706. OLE color: 13590706.
HSL color Cylindrical-coordinate representation of color #B260CF: hue angle of 284.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B260CF is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 96 | 207 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.19 |
| HSL | 284.32º | 0.54% | 0.59% | - |
| HSV(B) | 284.32º | 0.54% | 0.81% | - |
| XYZ | 33.81 | 22.34 | 61.56 | - |
| YUV | 133.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 207 | 0.14 | 0.54 | 0 | 0.19 | 284.32 | 0.54 | 0.59 |
| Hex | B2 | 60 | CF | E | 36 | 0 | 13 | 11C | 36 | 3B |
| Octal | 262 | 140 | 317 | 16 | 66 | 0 | 23 | 434 | 66 | 73 |
| Binary | 10110010 | 1100000 | 11001111 | 1110 | 110110 | 0 | 10011 | 100011100 | 110110 | 111011 |
Color Harmonies of #B260CF
Complementary color
Monochromatic Colors of #B260CF
Black with #B260CF
Text Example
Text Example
White with #B260CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B260CF; }
p { color: rgb(178,96,207); }
H1.HeaderClassName
{
color: #B260CF;
}
.AnyTagClassName
{
color: #B260CF;
}
</style>
background-color css
<style>
a { background-color: #B260CF; }
a { background-color: rgb(178,96,207); }
div.DivClassName
{
background-color: #B260CF;
}
.BgClassName
{
background-color: #B260CF;
}
</style>
border-color css
<style>
span { border-color: #B260CF; }
span { border-color: rgb(178,96,207); }
td.TdClassName
{
border-color: #B260CF;
}
.TagClassName
{
border-color: #B260CF;
}
</style>