Shades of Fuchsia #B250AC
Tints of Fuchsia #B250AC
RGB
CMYK
RGB Variations
Color information
#B250AC (or 0xB250AC) is known color: Fuchsia. HEX triplet: B2, 50 and AC. RGB value is (178,80,172). Sum of RGB (Red+Green+Blue) = 178+80+172=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B250AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B250AC is #4DAF53. Grayscale: #777777. Windows color (decimal): -5091156 or 11292850. OLE color: 11292850.
HSL color Cylindrical-coordinate representation of color #B250AC: hue angle of 303.67º 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 #B250AC is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 172 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.30 |
| HSL | 303.67º | 0.39% | 0.51% | - |
| HSV(B) | 303.67º | 0.55% | 0.7% | - |
| XYZ | 28.68 | 18.18 | 41.03 | - |
| YUV | 119.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 172 | 0 | 0.55 | 0.03 | 0.30 | 303.67 | 0.39 | 0.51 |
| Hex | B2 | 50 | AC | 0 | 37 | 3 | 1E | 130 | 27 | 33 |
| Octal | 262 | 120 | 254 | 0 | 67 | 3 | 36 | 460 | 47 | 63 |
| Binary | 10110010 | 1010000 | 10101100 | 0 | 110111 | 11 | 11110 | 100110000 | 100111 | 110011 |
Color Harmonies of #B250AC
Complementary color
Monochromatic Colors of #B250AC
Black with #B250AC
Text Example
Text Example
White with #B250AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B250AC; }
p { color: rgb(178,80,172); }
H1.HeaderClassName
{
color: #B250AC;
}
.AnyTagClassName
{
color: #B250AC;
}
</style>
background-color css
<style>
a { background-color: #B250AC; }
a { background-color: rgb(178,80,172); }
div.DivClassName
{
background-color: #B250AC;
}
.BgClassName
{
background-color: #B250AC;
}
</style>
border-color css
<style>
span { border-color: #B250AC; }
span { border-color: rgb(178,80,172); }
td.TdClassName
{
border-color: #B250AC;
}
.TagClassName
{
border-color: #B250AC;
}
</style>