Shades of Fuchsia #B951B4
Tints of Fuchsia #B951B4
RGB
CMYK
RGB Variations
Color information
#B951B4 (or 0xB951B4) is known color: Fuchsia. HEX triplet: B9, 51 and B4. RGB value is (185,81,180). Sum of RGB (Red+Green+Blue) = 185+81+180=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B951B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951B4 is #46AE4B. Grayscale: #7B7B7B. Windows color (decimal): -4632140 or 11817401. OLE color: 11817401.
HSL color Cylindrical-coordinate representation of color #B951B4: hue angle of 302.88º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B951B4 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 180 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.27 |
| HSL | 302.88º | 0.43% | 0.52% | - |
| HSV(B) | 302.88º | 0.56% | 0.73% | - |
| XYZ | 31.19 | 19.49 | 45.3 | - |
| YUV | 123.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 180 | 0 | 0.56 | 0.03 | 0.27 | 302.88 | 0.43 | 0.52 |
| Hex | B9 | 51 | B4 | 0 | 38 | 3 | 1B | 12F | 2B | 34 |
| Octal | 271 | 121 | 264 | 0 | 70 | 3 | 33 | 457 | 53 | 64 |
| Binary | 10111001 | 1010001 | 10110100 | 0 | 111000 | 11 | 11011 | 100101111 | 101011 | 110100 |
Color Harmonies of #B951B4
Complementary color
Monochromatic Colors of #B951B4
Black with #B951B4
Text Example
Text Example
White with #B951B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951B4; }
p { color: rgb(185,81,180); }
H1.HeaderClassName
{
color: #B951B4;
}
.AnyTagClassName
{
color: #B951B4;
}
</style>
background-color css
<style>
a { background-color: #B951B4; }
a { background-color: rgb(185,81,180); }
div.DivClassName
{
background-color: #B951B4;
}
.BgClassName
{
background-color: #B951B4;
}
</style>
border-color css
<style>
span { border-color: #B951B4; }
span { border-color: rgb(185,81,180); }
td.TdClassName
{
border-color: #B951B4;
}
.TagClassName
{
border-color: #B951B4;
}
</style>