Shades of Fuchsia #B93FC4
Tints of Fuchsia #B93FC4
RGB
CMYK
RGB Variations
Color information
#B93FC4 (or 0xB93FC4) is known color: Fuchsia. HEX triplet: B9, 3F and C4. RGB value is (185,63,196). Sum of RGB (Red+Green+Blue) = 185+63+196=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 196 - color contains mainly: blue. Hex color #B93FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FC4 is #46C03B. Grayscale: #727272. Windows color (decimal): -4636732 or 12861369. OLE color: 12861369.
HSL color Cylindrical-coordinate representation of color #B93FC4: hue angle of 295.04º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93FC4 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 63 | 196 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.23 |
| HSL | 295.04º | 0.53% | 0.51% | - |
| HSV(B) | 295.04º | 0.68% | 0.77% | - |
| XYZ | 31.75 | 17.85 | 54 | - |
| YUV | 114.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 196 | 0.06 | 0.68 | 0 | 0.23 | 295.04 | 0.53 | 0.51 |
| Hex | B9 | 3F | C4 | 6 | 44 | 0 | 17 | 127 | 35 | 33 |
| Octal | 271 | 77 | 304 | 6 | 104 | 0 | 27 | 447 | 65 | 63 |
| Binary | 10111001 | 111111 | 11000100 | 110 | 1000100 | 0 | 10111 | 100100111 | 110101 | 110011 |
Color Harmonies of #B93FC4
Complementary color
Monochromatic Colors of #B93FC4
Black with #B93FC4
Text Example
Text Example
White with #B93FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FC4; }
p { color: rgb(185,63,196); }
H1.HeaderClassName
{
color: #B93FC4;
}
.AnyTagClassName
{
color: #B93FC4;
}
</style>
background-color css
<style>
a { background-color: #B93FC4; }
a { background-color: rgb(185,63,196); }
div.DivClassName
{
background-color: #B93FC4;
}
.BgClassName
{
background-color: #B93FC4;
}
</style>
border-color css
<style>
span { border-color: #B93FC4; }
span { border-color: rgb(185,63,196); }
td.TdClassName
{
border-color: #B93FC4;
}
.TagClassName
{
border-color: #B93FC4;
}
</style>