Shades of Fuchsia #B25DB8
Tints of Fuchsia #B25DB8
RGB
CMYK
RGB Variations
Color information
#B25DB8 (or 0xB25DB8) is known color: Fuchsia. HEX triplet: B2, 5D and B8. RGB value is (178,93,184). Sum of RGB (Red+Green+Blue) = 178+93+184=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 184 - color contains mainly: blue. Hex color #B25DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DB8 is #4DA247. Grayscale: #808080. Windows color (decimal): -5087816 or 12082610. OLE color: 12082610.
HSL color Cylindrical-coordinate representation of color #B25DB8: hue angle of 296.04º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25DB8 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 93 | 184 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.28 |
| HSL | 296.04º | 0.39% | 0.54% | - |
| HSV(B) | 296.04º | 0.49% | 0.72% | - |
| XYZ | 30.93 | 20.75 | 47.72 | - |
| YUV | 128.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 184 | 0.03 | 0.49 | 0 | 0.28 | 296.04 | 0.39 | 0.54 |
| Hex | B2 | 5D | B8 | 3 | 31 | 0 | 1C | 128 | 27 | 36 |
| Octal | 262 | 135 | 270 | 3 | 61 | 0 | 34 | 450 | 47 | 66 |
| Binary | 10110010 | 1011101 | 10111000 | 11 | 110001 | 0 | 11100 | 100101000 | 100111 | 110110 |
Color Harmonies of #B25DB8
Complementary color
Monochromatic Colors of #B25DB8
Black with #B25DB8
Text Example
Text Example
White with #B25DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DB8; }
p { color: rgb(178,93,184); }
H1.HeaderClassName
{
color: #B25DB8;
}
.AnyTagClassName
{
color: #B25DB8;
}
</style>
background-color css
<style>
a { background-color: #B25DB8; }
a { background-color: rgb(178,93,184); }
div.DivClassName
{
background-color: #B25DB8;
}
.BgClassName
{
background-color: #B25DB8;
}
</style>
border-color css
<style>
span { border-color: #B25DB8; }
span { border-color: rgb(178,93,184); }
td.TdClassName
{
border-color: #B25DB8;
}
.TagClassName
{
border-color: #B25DB8;
}
</style>