Shades of Fuchsia #B945BC
Tints of Fuchsia #B945BC
RGB
CMYK
RGB Variations
Color information
#B945BC (or 0xB945BC) is known color: Fuchsia. HEX triplet: B9, 45 and BC. RGB value is (185,69,188). Sum of RGB (Red+Green+Blue) = 185+69+188=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #B945BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945BC is #46BA43. Grayscale: #747474. Windows color (decimal): -4635204 or 12338617. OLE color: 12338617.
HSL color Cylindrical-coordinate representation of color #B945BC: hue angle of 298.49º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B945BC is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 69 | 188 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.26 |
| HSL | 298.49º | 0.47% | 0.5% | - |
| HSV(B) | 298.49º | 0.63% | 0.74% | - |
| XYZ | 31.21 | 18.2 | 49.45 | - |
| YUV | 117.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 188 | 0.02 | 0.63 | 0 | 0.26 | 298.49 | 0.47 | 0.5 |
| Hex | B9 | 45 | BC | 2 | 3F | 0 | 1A | 12A | 2F | 32 |
| Octal | 271 | 105 | 274 | 2 | 77 | 0 | 32 | 452 | 57 | 62 |
| Binary | 10111001 | 1000101 | 10111100 | 10 | 111111 | 0 | 11010 | 100101010 | 101111 | 110010 |
Color Harmonies of #B945BC
Complementary color
Monochromatic Colors of #B945BC
Black with #B945BC
Text Example
Text Example
White with #B945BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945BC; }
p { color: rgb(185,69,188); }
H1.HeaderClassName
{
color: #B945BC;
}
.AnyTagClassName
{
color: #B945BC;
}
</style>
background-color css
<style>
a { background-color: #B945BC; }
a { background-color: rgb(185,69,188); }
div.DivClassName
{
background-color: #B945BC;
}
.BgClassName
{
background-color: #B945BC;
}
</style>
border-color css
<style>
span { border-color: #B945BC; }
span { border-color: rgb(185,69,188); }
td.TdClassName
{
border-color: #B945BC;
}
.TagClassName
{
border-color: #B945BC;
}
</style>