Shades of Medium Orchid #B260DD
Tints of Medium Orchid #B260DD
RGB
CMYK
RGB Variations
Color information
#B260DD (or 0xB260DD) is known color: Medium Orchid. HEX triplet: B2, 60 and DD. RGB value is (178,96,221). Sum of RGB (Red+Green+Blue) = 178+96+221=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #B260DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260DD is #4D9F22. Grayscale: #868686. Windows color (decimal): -5087011 or 14508210. OLE color: 14508210.
HSL color Cylindrical-coordinate representation of color #B260DD: hue angle of 279.36º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B260DD is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 96 | 221 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.13 |
| HSL | 279.36º | 0.65% | 0.62% | - |
| HSV(B) | 279.36º | 0.57% | 0.87% | - |
| XYZ | 35.59 | 23.05 | 70.98 | - |
| YUV | 134.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 221 | 0.19 | 0.57 | 0 | 0.13 | 279.36 | 0.65 | 0.62 |
| Hex | B2 | 60 | DD | 13 | 39 | 0 | D | 117 | 41 | 3E |
| Octal | 262 | 140 | 335 | 23 | 71 | 0 | 15 | 427 | 101 | 76 |
| Binary | 10110010 | 1100000 | 11011101 | 10011 | 111001 | 0 | 1101 | 100010111 | 1000001 | 111110 |
Color Harmonies of #B260DD
Complementary color
Monochromatic Colors of #B260DD
Black with #B260DD
Text Example
Text Example
White with #B260DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B260DD; }
p { color: rgb(178,96,221); }
H1.HeaderClassName
{
color: #B260DD;
}
.AnyTagClassName
{
color: #B260DD;
}
</style>
background-color css
<style>
a { background-color: #B260DD; }
a { background-color: rgb(178,96,221); }
div.DivClassName
{
background-color: #B260DD;
}
.BgClassName
{
background-color: #B260DD;
}
</style>
border-color css
<style>
span { border-color: #B260DD; }
span { border-color: rgb(178,96,221); }
td.TdClassName
{
border-color: #B260DD;
}
.TagClassName
{
border-color: #B260DD;
}
</style>