Shades of Fuchsia #B934C4
Tints of Fuchsia #B934C4
RGB
CMYK
RGB Variations
Color information
#B934C4 (or 0xB934C4) is known color: Fuchsia. HEX triplet: B9, 34 and C4. RGB value is (185,52,196). Sum of RGB (Red+Green+Blue) = 185+52+196=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #B934C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934C4 is #46CB3B. Grayscale: #6B6B6B. Windows color (decimal): -4639548 or 12858553. OLE color: 12858553.
HSL color Cylindrical-coordinate representation of color #B934C4: hue angle of 295.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B934C4 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 52 | 196 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.23 |
| HSL | 295.42º | 0.58% | 0.49% | - |
| HSV(B) | 295.42º | 0.73% | 0.77% | - |
| XYZ | 31.2 | 16.76 | 53.81 | - |
| YUV | 108.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 196 | 0.06 | 0.73 | 0 | 0.23 | 295.42 | 0.58 | 0.49 |
| Hex | B9 | 34 | C4 | 6 | 49 | 0 | 17 | 127 | 3A | 31 |
| Octal | 271 | 64 | 304 | 6 | 111 | 0 | 27 | 447 | 72 | 61 |
| Binary | 10111001 | 110100 | 11000100 | 110 | 1001001 | 0 | 10111 | 100100111 | 111010 | 110001 |
Color Harmonies of #B934C4
Complementary color
Monochromatic Colors of #B934C4
Black with #B934C4
Text Example
Text Example
White with #B934C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934C4; }
p { color: rgb(185,52,196); }
H1.HeaderClassName
{
color: #B934C4;
}
.AnyTagClassName
{
color: #B934C4;
}
</style>
background-color css
<style>
a { background-color: #B934C4; }
a { background-color: rgb(185,52,196); }
div.DivClassName
{
background-color: #B934C4;
}
.BgClassName
{
background-color: #B934C4;
}
</style>
border-color css
<style>
span { border-color: #B934C4; }
span { border-color: rgb(185,52,196); }
td.TdClassName
{
border-color: #B934C4;
}
.TagClassName
{
border-color: #B934C4;
}
</style>