Shades of Fuchsia #B250AD
Tints of Fuchsia #B250AD
RGB
CMYK
RGB Variations
Color information
#B250AD (or 0xB250AD) is known color: Fuchsia. HEX triplet: B2, 50 and AD. RGB value is (178,80,173). Sum of RGB (Red+Green+Blue) = 178+80+173=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B250AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B250AD is #4DAF52. Grayscale: #777777. Windows color (decimal): -5091155 or 11358386. OLE color: 11358386.
HSL color Cylindrical-coordinate representation of color #B250AD: hue angle of 303.06º 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 #B250AD is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 173 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.30 |
| HSL | 303.06º | 0.39% | 0.51% | - |
| HSV(B) | 303.06º | 0.55% | 0.7% | - |
| XYZ | 28.77 | 18.22 | 41.54 | - |
| YUV | 119.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 173 | 0 | 0.55 | 0.03 | 0.30 | 303.06 | 0.39 | 0.51 |
| Hex | B2 | 50 | AD | 0 | 37 | 3 | 1E | 12F | 27 | 33 |
| Octal | 262 | 120 | 255 | 0 | 67 | 3 | 36 | 457 | 47 | 63 |
| Binary | 10110010 | 1010000 | 10101101 | 0 | 110111 | 11 | 11110 | 100101111 | 100111 | 110011 |
Color Harmonies of #B250AD
Complementary color
Monochromatic Colors of #B250AD
Black with #B250AD
Text Example
Text Example
White with #B250AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B250AD; }
p { color: rgb(178,80,173); }
H1.HeaderClassName
{
color: #B250AD;
}
.AnyTagClassName
{
color: #B250AD;
}
</style>
background-color css
<style>
a { background-color: #B250AD; }
a { background-color: rgb(178,80,173); }
div.DivClassName
{
background-color: #B250AD;
}
.BgClassName
{
background-color: #B250AD;
}
</style>
border-color css
<style>
span { border-color: #B250AD; }
span { border-color: rgb(178,80,173); }
td.TdClassName
{
border-color: #B250AD;
}
.TagClassName
{
border-color: #B250AD;
}
</style>