Shades of Medium Orchid #B260DF
Tints of Medium Orchid #B260DF
RGB
CMYK
RGB Variations
Color information
#B260DF (or 0xB260DF) is known color: Medium Orchid. HEX triplet: B2, 60 and DF. RGB value is (178,96,223). Sum of RGB (Red+Green+Blue) = 178+96+223=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #B260DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260DF is #4D9F20. Grayscale: #868686. Windows color (decimal): -5087009 or 14639282. OLE color: 14639282.
HSL color Cylindrical-coordinate representation of color #B260DF: hue angle of 278.74º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B260DF is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 96 | 223 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.13 |
| HSL | 278.74º | 0.66% | 0.63% | - |
| HSV(B) | 278.74º | 0.57% | 0.87% | - |
| XYZ | 35.86 | 23.16 | 72.39 | - |
| YUV | 135 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 223 | 0.20 | 0.57 | 0 | 0.13 | 278.74 | 0.66 | 0.63 |
| Hex | B2 | 60 | DF | 14 | 39 | 0 | D | 117 | 42 | 3F |
| Octal | 262 | 140 | 337 | 24 | 71 | 0 | 15 | 427 | 102 | 77 |
| Binary | 10110010 | 1100000 | 11011111 | 10100 | 111001 | 0 | 1101 | 100010111 | 1000010 | 111111 |
Color Harmonies of #B260DF
Complementary color
Monochromatic Colors of #B260DF
Black with #B260DF
Text Example
Text Example
White with #B260DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B260DF; }
p { color: rgb(178,96,223); }
H1.HeaderClassName
{
color: #B260DF;
}
.AnyTagClassName
{
color: #B260DF;
}
</style>
background-color css
<style>
a { background-color: #B260DF; }
a { background-color: rgb(178,96,223); }
div.DivClassName
{
background-color: #B260DF;
}
.BgClassName
{
background-color: #B260DF;
}
</style>
border-color css
<style>
span { border-color: #B260DF; }
span { border-color: rgb(178,96,223); }
td.TdClassName
{
border-color: #B260DF;
}
.TagClassName
{
border-color: #B260DF;
}
</style>