Shades of Fuchsia #B934BC
Tints of Fuchsia #B934BC
RGB
CMYK
RGB Variations
Color information
#B934BC (or 0xB934BC) is known color: Fuchsia. HEX triplet: B9, 34 and BC. RGB value is (185,52,188). Sum of RGB (Red+Green+Blue) = 185+52+188=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #B934BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934BC is #46CB43. Grayscale: #6A6A6A. Windows color (decimal): -4639556 or 12334265. OLE color: 12334265.
HSL color Cylindrical-coordinate representation of color #B934BC: hue angle of 298.68º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B934BC is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 52 | 188 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.26 |
| HSL | 298.68º | 0.57% | 0.47% | - |
| HSV(B) | 298.68º | 0.72% | 0.74% | - |
| XYZ | 30.31 | 16.4 | 49.15 | - |
| YUV | 107.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 188 | 0.02 | 0.72 | 0 | 0.26 | 298.68 | 0.57 | 0.47 |
| Hex | B9 | 34 | BC | 2 | 48 | 0 | 1A | 12B | 39 | 2F |
| Octal | 271 | 64 | 274 | 2 | 110 | 0 | 32 | 453 | 71 | 57 |
| Binary | 10111001 | 110100 | 10111100 | 10 | 1001000 | 0 | 11010 | 100101011 | 111001 | 101111 |
Color Harmonies of #B934BC
Complementary color
Monochromatic Colors of #B934BC
Black with #B934BC
Text Example
Text Example
White with #B934BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934BC; }
p { color: rgb(185,52,188); }
H1.HeaderClassName
{
color: #B934BC;
}
.AnyTagClassName
{
color: #B934BC;
}
</style>
background-color css
<style>
a { background-color: #B934BC; }
a { background-color: rgb(185,52,188); }
div.DivClassName
{
background-color: #B934BC;
}
.BgClassName
{
background-color: #B934BC;
}
</style>
border-color css
<style>
span { border-color: #B934BC; }
span { border-color: rgb(185,52,188); }
td.TdClassName
{
border-color: #B934BC;
}
.TagClassName
{
border-color: #B934BC;
}
</style>