Shades of Fuchsia #B25DB7
Tints of Fuchsia #B25DB7
RGB
CMYK
RGB Variations
Color information
#B25DB7 (or 0xB25DB7) is known color: Fuchsia. HEX triplet: B2, 5D and B7. RGB value is (178,93,183). Sum of RGB (Red+Green+Blue) = 178+93+183=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 183 - color contains mainly: blue. Hex color #B25DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DB7 is #4DA248. Grayscale: #808080. Windows color (decimal): -5087817 or 12017074. OLE color: 12017074.
HSL color Cylindrical-coordinate representation of color #B25DB7: hue angle of 296.67º degrees, saturation: 0.38, 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 #B25DB7 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 93 | 183 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.28 |
| HSL | 296.67º | 0.38% | 0.54% | - |
| HSV(B) | 296.67º | 0.49% | 0.72% | - |
| XYZ | 30.82 | 20.71 | 47.17 | - |
| YUV | 128.68 | 158.66 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 183 | 0.03 | 0.49 | 0 | 0.28 | 296.67 | 0.38 | 0.54 |
| Hex | B2 | 5D | B7 | 3 | 31 | 0 | 1C | 129 | 26 | 36 |
| Octal | 262 | 135 | 267 | 3 | 61 | 0 | 34 | 451 | 46 | 66 |
| Binary | 10110010 | 1011101 | 10110111 | 11 | 110001 | 0 | 11100 | 100101001 | 100110 | 110110 |
Color Harmonies of #B25DB7
Complementary color
Monochromatic Colors of #B25DB7
Black with #B25DB7
Text Example
Text Example
White with #B25DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DB7; }
p { color: rgb(178,93,183); }
H1.HeaderClassName
{
color: #B25DB7;
}
.AnyTagClassName
{
color: #B25DB7;
}
</style>
background-color css
<style>
a { background-color: #B25DB7; }
a { background-color: rgb(178,93,183); }
div.DivClassName
{
background-color: #B25DB7;
}
.BgClassName
{
background-color: #B25DB7;
}
</style>
border-color css
<style>
span { border-color: #B25DB7; }
span { border-color: rgb(178,93,183); }
td.TdClassName
{
border-color: #B25DB7;
}
.TagClassName
{
border-color: #B25DB7;
}
</style>