Shades of Medium Orchid #B260FD
Tints of Medium Orchid #B260FD
RGB
CMYK
RGB Variations
Color information
#B260FD (or 0xB260FD) is known color: Medium Orchid. HEX triplet: B2, 60 and FD. RGB value is (178,96,253). Sum of RGB (Red+Green+Blue) = 178+96+253=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #B260FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B260FD is #4D9F02. Grayscale: #898989. Windows color (decimal): -5086979 or 16605362. OLE color: 16605362.
HSL color Cylindrical-coordinate representation of color #B260FD: hue angle of 271.34º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B260FD is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 96 | 253 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.01 |
| HSL | 271.34º | 0.98% | 0.68% | - |
| HSV(B) | 271.34º | 0.62% | 0.99% | - |
| XYZ | 40.27 | 24.92 | 95.62 | - |
| YUV | 138.42 | 192.67 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 253 | 0.30 | 0.62 | 0 | 0.01 | 271.34 | 0.98 | 0.68 |
| Hex | B2 | 60 | FD | 1E | 3E | 0 | 1 | 10F | 62 | 44 |
| Octal | 262 | 140 | 375 | 36 | 76 | 0 | 1 | 417 | 142 | 104 |
| Binary | 10110010 | 1100000 | 11111101 | 11110 | 111110 | 0 | 1 | 100001111 | 1100010 | 1000100 |
Color Harmonies of #B260FD
Complementary color
Monochromatic Colors of #B260FD
Black with #B260FD
Text Example
Text Example
White with #B260FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B260FD; }
p { color: rgb(178,96,253); }
H1.HeaderClassName
{
color: #B260FD;
}
.AnyTagClassName
{
color: #B260FD;
}
</style>
background-color css
<style>
a { background-color: #B260FD; }
a { background-color: rgb(178,96,253); }
div.DivClassName
{
background-color: #B260FD;
}
.BgClassName
{
background-color: #B260FD;
}
</style>
border-color css
<style>
span { border-color: #B260FD; }
span { border-color: rgb(178,96,253); }
td.TdClassName
{
border-color: #B260FD;
}
.TagClassName
{
border-color: #B260FD;
}
</style>