Shades of Fuchsia #B939C4
Tints of Fuchsia #B939C4
RGB
CMYK
RGB Variations
Color information
#B939C4 (or 0xB939C4) is known color: Fuchsia. HEX triplet: B9, 39 and C4. RGB value is (185,57,196). Sum of RGB (Red+Green+Blue) = 185+57+196=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #B939C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939C4 is #46C63B. Grayscale: #6E6E6E. Windows color (decimal): -4638268 or 12859833. OLE color: 12859833.
HSL color Cylindrical-coordinate representation of color #B939C4: hue angle of 295.25º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B939C4 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 57 | 196 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.23 |
| HSL | 295.25º | 0.55% | 0.5% | - |
| HSV(B) | 295.25º | 0.71% | 0.77% | - |
| XYZ | 31.43 | 17.23 | 53.89 | - |
| YUV | 111.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 196 | 0.06 | 0.71 | 0 | 0.23 | 295.25 | 0.55 | 0.5 |
| Hex | B9 | 39 | C4 | 6 | 47 | 0 | 17 | 127 | 37 | 32 |
| Octal | 271 | 71 | 304 | 6 | 107 | 0 | 27 | 447 | 67 | 62 |
| Binary | 10111001 | 111001 | 11000100 | 110 | 1000111 | 0 | 10111 | 100100111 | 110111 | 110010 |
Color Harmonies of #B939C4
Complementary color
Monochromatic Colors of #B939C4
Black with #B939C4
Text Example
Text Example
White with #B939C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939C4; }
p { color: rgb(185,57,196); }
H1.HeaderClassName
{
color: #B939C4;
}
.AnyTagClassName
{
color: #B939C4;
}
</style>
background-color css
<style>
a { background-color: #B939C4; }
a { background-color: rgb(185,57,196); }
div.DivClassName
{
background-color: #B939C4;
}
.BgClassName
{
background-color: #B939C4;
}
</style>
border-color css
<style>
span { border-color: #B939C4; }
span { border-color: rgb(185,57,196); }
td.TdClassName
{
border-color: #B939C4;
}
.TagClassName
{
border-color: #B939C4;
}
</style>