Shades of Fuchsia #B250B0
Tints of Fuchsia #B250B0
RGB
CMYK
RGB Variations
Color information
#B250B0 (or 0xB250B0) is known color: Fuchsia. HEX triplet: B2, 50 and B0. RGB value is (178,80,176). Sum of RGB (Red+Green+Blue) = 178+80+176=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B250B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B250B0 is #4DAF4F. Grayscale: #777777. Windows color (decimal): -5091152 or 11554994. OLE color: 11554994.
HSL color Cylindrical-coordinate representation of color #B250B0: hue angle of 301.22º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B250B0 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 176 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.30 |
| HSL | 301.22º | 0.39% | 0.51% | - |
| HSV(B) | 301.22º | 0.55% | 0.7% | - |
| XYZ | 29.07 | 18.34 | 43.08 | - |
| YUV | 120.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 176 | 0 | 0.55 | 0.01 | 0.30 | 301.22 | 0.39 | 0.51 |
| Hex | B2 | 50 | B0 | 0 | 37 | 1 | 1E | 12D | 27 | 33 |
| Octal | 262 | 120 | 260 | 0 | 67 | 1 | 36 | 455 | 47 | 63 |
| Binary | 10110010 | 1010000 | 10110000 | 0 | 110111 | 1 | 11110 | 100101101 | 100111 | 110011 |
Color Harmonies of #B250B0
Complementary color
Monochromatic Colors of #B250B0
Black with #B250B0
Text Example
Text Example
White with #B250B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B250B0; }
p { color: rgb(178,80,176); }
H1.HeaderClassName
{
color: #B250B0;
}
.AnyTagClassName
{
color: #B250B0;
}
</style>
background-color css
<style>
a { background-color: #B250B0; }
a { background-color: rgb(178,80,176); }
div.DivClassName
{
background-color: #B250B0;
}
.BgClassName
{
background-color: #B250B0;
}
</style>
border-color css
<style>
span { border-color: #B250B0; }
span { border-color: rgb(178,80,176); }
td.TdClassName
{
border-color: #B250B0;
}
.TagClassName
{
border-color: #B250B0;
}
</style>