Shades of Fuchsia #B942B4
Tints of Fuchsia #B942B4
RGB
CMYK
RGB Variations
Color information
#B942B4 (or 0xB942B4) is known color: Fuchsia. HEX triplet: B9, 42 and B4. RGB value is (185,66,180). Sum of RGB (Red+Green+Blue) = 185+66+180=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B942B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942B4 is #46BD4B. Grayscale: #727272. Windows color (decimal): -4635980 or 11813561. OLE color: 11813561.
HSL color Cylindrical-coordinate representation of color #B942B4: hue angle of 302.52º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B942B4 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 180 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.27 |
| HSL | 302.52º | 0.47% | 0.49% | - |
| HSV(B) | 302.52º | 0.64% | 0.73% | - |
| XYZ | 30.19 | 17.51 | 44.97 | - |
| YUV | 114.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 180 | 0 | 0.64 | 0.03 | 0.27 | 302.52 | 0.47 | 0.49 |
| Hex | B9 | 42 | B4 | 0 | 40 | 3 | 1B | 12F | 2F | 31 |
| Octal | 271 | 102 | 264 | 0 | 100 | 3 | 33 | 457 | 57 | 61 |
| Binary | 10111001 | 1000010 | 10110100 | 0 | 1000000 | 11 | 11011 | 100101111 | 101111 | 110001 |
Color Harmonies of #B942B4
Complementary color
Monochromatic Colors of #B942B4
Black with #B942B4
Text Example
Text Example
White with #B942B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942B4; }
p { color: rgb(185,66,180); }
H1.HeaderClassName
{
color: #B942B4;
}
.AnyTagClassName
{
color: #B942B4;
}
</style>
background-color css
<style>
a { background-color: #B942B4; }
a { background-color: rgb(185,66,180); }
div.DivClassName
{
background-color: #B942B4;
}
.BgClassName
{
background-color: #B942B4;
}
</style>
border-color css
<style>
span { border-color: #B942B4; }
span { border-color: rgb(185,66,180); }
td.TdClassName
{
border-color: #B942B4;
}
.TagClassName
{
border-color: #B942B4;
}
</style>