Shades of Medium Orchid #B260CB
Tints of Medium Orchid #B260CB
RGB
CMYK
RGB Variations
Color information
#B260CB (or 0xB260CB) is known color: Medium Orchid. HEX triplet: B2, 60 and CB. RGB value is (178,96,203). Sum of RGB (Red+Green+Blue) = 178+96+203=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #B260CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260CB is #4D9F34. Grayscale: #848484. Windows color (decimal): -5087029 or 13328562. OLE color: 13328562.
HSL color Cylindrical-coordinate representation of color #B260CB: hue angle of 285.98º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B260CB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 96 | 203 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.20 |
| HSL | 285.98º | 0.51% | 0.59% | - |
| HSV(B) | 285.98º | 0.53% | 0.8% | - |
| XYZ | 33.32 | 22.14 | 59.02 | - |
| YUV | 132.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 203 | 0.12 | 0.53 | 0 | 0.20 | 285.98 | 0.51 | 0.59 |
| Hex | B2 | 60 | CB | C | 35 | 0 | 14 | 11E | 33 | 3B |
| Octal | 262 | 140 | 313 | 14 | 65 | 0 | 24 | 436 | 63 | 73 |
| Binary | 10110010 | 1100000 | 11001011 | 1100 | 110101 | 0 | 10100 | 100011110 | 110011 | 111011 |
Color Harmonies of #B260CB
Complementary color
Monochromatic Colors of #B260CB
Black with #B260CB
Text Example
Text Example
White with #B260CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B260CB; }
p { color: rgb(178,96,203); }
H1.HeaderClassName
{
color: #B260CB;
}
.AnyTagClassName
{
color: #B260CB;
}
</style>
background-color css
<style>
a { background-color: #B260CB; }
a { background-color: rgb(178,96,203); }
div.DivClassName
{
background-color: #B260CB;
}
.BgClassName
{
background-color: #B260CB;
}
</style>
border-color css
<style>
span { border-color: #B260CB; }
span { border-color: rgb(178,96,203); }
td.TdClassName
{
border-color: #B260CB;
}
.TagClassName
{
border-color: #B260CB;
}
</style>