Shades of Fuchsia #B938C4
Tints of Fuchsia #B938C4
RGB
CMYK
RGB Variations
Color information
#B938C4 (or 0xB938C4) is known color: Fuchsia. HEX triplet: B9, 38 and C4. RGB value is (185,56,196). Sum of RGB (Red+Green+Blue) = 185+56+196=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #B938C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938C4 is #46C73B. Grayscale: #6E6E6E. Windows color (decimal): -4638524 or 12859577. OLE color: 12859577.
HSL color Cylindrical-coordinate representation of color #B938C4: hue angle of 295.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B938C4 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 56 | 196 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.23 |
| HSL | 295.29º | 0.56% | 0.49% | - |
| HSV(B) | 295.29º | 0.71% | 0.77% | - |
| XYZ | 31.39 | 17.13 | 53.88 | - |
| YUV | 110.53 | 176.24 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 196 | 0.06 | 0.71 | 0 | 0.23 | 295.29 | 0.56 | 0.49 |
| Hex | B9 | 38 | C4 | 6 | 47 | 0 | 17 | 127 | 38 | 31 |
| Octal | 271 | 70 | 304 | 6 | 107 | 0 | 27 | 447 | 70 | 61 |
| Binary | 10111001 | 111000 | 11000100 | 110 | 1000111 | 0 | 10111 | 100100111 | 111000 | 110001 |
Color Harmonies of #B938C4
Complementary color
Monochromatic Colors of #B938C4
Black with #B938C4
Text Example
Text Example
White with #B938C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938C4; }
p { color: rgb(185,56,196); }
H1.HeaderClassName
{
color: #B938C4;
}
.AnyTagClassName
{
color: #B938C4;
}
</style>
background-color css
<style>
a { background-color: #B938C4; }
a { background-color: rgb(185,56,196); }
div.DivClassName
{
background-color: #B938C4;
}
.BgClassName
{
background-color: #B938C4;
}
</style>
border-color css
<style>
span { border-color: #B938C4; }
span { border-color: rgb(185,56,196); }
td.TdClassName
{
border-color: #B938C4;
}
.TagClassName
{
border-color: #B938C4;
}
</style>