Shades of Fuchsia #B25DBB
Tints of Fuchsia #B25DBB
RGB
CMYK
RGB Variations
Color information
#B25DBB (or 0xB25DBB) is known color: Fuchsia. HEX triplet: B2, 5D and BB. RGB value is (178,93,187). Sum of RGB (Red+Green+Blue) = 178+93+187=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #B25DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DBB is #4DA244. Grayscale: #808080. Windows color (decimal): -5087813 or 12279218. OLE color: 12279218.
HSL color Cylindrical-coordinate representation of color #B25DBB: hue angle of 294.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B25DBB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 93 | 187 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.27 |
| HSL | 294.26º | 0.41% | 0.55% | - |
| HSV(B) | 294.26º | 0.5% | 0.73% | - |
| XYZ | 31.24 | 20.88 | 49.4 | - |
| YUV | 129.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 187 | 0.05 | 0.50 | 0 | 0.27 | 294.26 | 0.41 | 0.55 |
| Hex | B2 | 5D | BB | 5 | 32 | 0 | 1B | 126 | 29 | 37 |
| Octal | 262 | 135 | 273 | 5 | 62 | 0 | 33 | 446 | 51 | 67 |
| Binary | 10110010 | 1011101 | 10111011 | 101 | 110010 | 0 | 11011 | 100100110 | 101001 | 110111 |
Color Harmonies of #B25DBB
Complementary color
Monochromatic Colors of #B25DBB
Black with #B25DBB
Text Example
Text Example
White with #B25DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DBB; }
p { color: rgb(178,93,187); }
H1.HeaderClassName
{
color: #B25DBB;
}
.AnyTagClassName
{
color: #B25DBB;
}
</style>
background-color css
<style>
a { background-color: #B25DBB; }
a { background-color: rgb(178,93,187); }
div.DivClassName
{
background-color: #B25DBB;
}
.BgClassName
{
background-color: #B25DBB;
}
</style>
border-color css
<style>
span { border-color: #B25DBB; }
span { border-color: rgb(178,93,187); }
td.TdClassName
{
border-color: #B25DBB;
}
.TagClassName
{
border-color: #B25DBB;
}
</style>