Shades of Fuchsia #B25CBA
Tints of Fuchsia #B25CBA
RGB
CMYK
RGB Variations
Color information
#B25CBA (or 0xB25CBA) is known color: Fuchsia. HEX triplet: B2, 5C and BA. RGB value is (178,92,186). Sum of RGB (Red+Green+Blue) = 178+92+186=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #B25CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CBA is #4DA345. Grayscale: #808080. Windows color (decimal): -5088070 or 12213426. OLE color: 12213426.
HSL color Cylindrical-coordinate representation of color #B25CBA: hue angle of 294.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25CBA is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 92 | 186 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.27 |
| HSL | 294.89º | 0.41% | 0.55% | - |
| HSV(B) | 294.89º | 0.51% | 0.73% | - |
| XYZ | 31.05 | 20.66 | 48.81 | - |
| YUV | 128.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 186 | 0.04 | 0.51 | 0 | 0.27 | 294.89 | 0.41 | 0.55 |
| Hex | B2 | 5C | BA | 4 | 33 | 0 | 1B | 127 | 29 | 37 |
| Octal | 262 | 134 | 272 | 4 | 63 | 0 | 33 | 447 | 51 | 67 |
| Binary | 10110010 | 1011100 | 10111010 | 100 | 110011 | 0 | 11011 | 100100111 | 101001 | 110111 |
Color Harmonies of #B25CBA
Complementary color
Monochromatic Colors of #B25CBA
Black with #B25CBA
Text Example
Text Example
White with #B25CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25CBA; }
p { color: rgb(178,92,186); }
H1.HeaderClassName
{
color: #B25CBA;
}
.AnyTagClassName
{
color: #B25CBA;
}
</style>
background-color css
<style>
a { background-color: #B25CBA; }
a { background-color: rgb(178,92,186); }
div.DivClassName
{
background-color: #B25CBA;
}
.BgClassName
{
background-color: #B25CBA;
}
</style>
border-color css
<style>
span { border-color: #B25CBA; }
span { border-color: rgb(178,92,186); }
td.TdClassName
{
border-color: #B25CBA;
}
.TagClassName
{
border-color: #B25CBA;
}
</style>