Shades of Fuchsia #B250B2
Tints of Fuchsia #B250B2
RGB
CMYK
RGB Variations
Color information
#B250B2 (or 0xB250B2) is known color: Fuchsia. HEX triplet: B2, 50 and B2. RGB value is (178,80,178). Sum of RGB (Red+Green+Blue) = 178+80+178=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B250B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B250B2 is #4DAF4D. Grayscale: #787878. Windows color (decimal): -5091150 or 11686066. OLE color: 11686066.
HSL color Cylindrical-coordinate representation of color #B250B2: hue angle of 300º 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 #B250B2 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 178 | - |
| CMYK | 0 | 0.55 | 0 | 0.30 |
| HSL | 300º | 0.39% | 0.51% | - |
| HSV(B) | 300º | 0.55% | 0.7% | - |
| XYZ | 29.26 | 18.42 | 44.13 | - |
| YUV | 120.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 178 | 0 | 0.55 | 0 | 0.30 | 300 | 0.39 | 0.51 |
| Hex | B2 | 50 | B2 | 0 | 37 | 0 | 1E | 12C | 27 | 33 |
| Octal | 262 | 120 | 262 | 0 | 67 | 0 | 36 | 454 | 47 | 63 |
| Binary | 10110010 | 1010000 | 10110010 | 0 | 110111 | 0 | 11110 | 100101100 | 100111 | 110011 |
Color Harmonies of #B250B2
Complementary color
Monochromatic Colors of #B250B2
Black with #B250B2
Text Example
Text Example
White with #B250B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B250B2; }
p { color: rgb(178,80,178); }
H1.HeaderClassName
{
color: #B250B2;
}
.AnyTagClassName
{
color: #B250B2;
}
</style>
background-color css
<style>
a { background-color: #B250B2; }
a { background-color: rgb(178,80,178); }
div.DivClassName
{
background-color: #B250B2;
}
.BgClassName
{
background-color: #B250B2;
}
</style>
border-color css
<style>
span { border-color: #B250B2; }
span { border-color: rgb(178,80,178); }
td.TdClassName
{
border-color: #B250B2;
}
.TagClassName
{
border-color: #B250B2;
}
</style>