Shades of Medium Orchid #B260FC
Tints of Medium Orchid #B260FC
RGB
CMYK
RGB Variations
Color information
#B260FC (or 0xB260FC) is known color: Medium Orchid. HEX triplet: B2, 60 and FC. RGB value is (178,96,252). Sum of RGB (Red+Green+Blue) = 178+96+252=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #B260FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B260FC is #4D9F03. Grayscale: #898989. Windows color (decimal): -5086980 or 16539826. OLE color: 16539826.
HSL color Cylindrical-coordinate representation of color #B260FC: hue angle of 271.54º degrees, saturation: 0.96, 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 #B260FC is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 96 | 252 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.01 |
| HSL | 271.54º | 0.96% | 0.68% | - |
| HSV(B) | 271.54º | 0.62% | 0.99% | - |
| XYZ | 40.11 | 24.86 | 94.78 | - |
| YUV | 138.3 | 192.17 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 252 | 0.29 | 0.62 | 0 | 0.01 | 271.54 | 0.96 | 0.68 |
| Hex | B2 | 60 | FC | 1D | 3E | 0 | 1 | 110 | 60 | 44 |
| Octal | 262 | 140 | 374 | 35 | 76 | 0 | 1 | 420 | 140 | 104 |
| Binary | 10110010 | 1100000 | 11111100 | 11101 | 111110 | 0 | 1 | 100010000 | 1100000 | 1000100 |
Color Harmonies of #B260FC
Complementary color
Monochromatic Colors of #B260FC
Black with #B260FC
Text Example
Text Example
White with #B260FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B260FC; }
p { color: rgb(178,96,252); }
H1.HeaderClassName
{
color: #B260FC;
}
.AnyTagClassName
{
color: #B260FC;
}
</style>
background-color css
<style>
a { background-color: #B260FC; }
a { background-color: rgb(178,96,252); }
div.DivClassName
{
background-color: #B260FC;
}
.BgClassName
{
background-color: #B260FC;
}
</style>
border-color css
<style>
span { border-color: #B260FC; }
span { border-color: rgb(178,96,252); }
td.TdClassName
{
border-color: #B260FC;
}
.TagClassName
{
border-color: #B260FC;
}
</style>