Shades of Fuchsia #B935B8
Tints of Fuchsia #B935B8
RGB
CMYK
RGB Variations
Color information
#B935B8 (or 0xB935B8) is known color: Fuchsia. HEX triplet: B9, 35 and B8. RGB value is (185,53,184). Sum of RGB (Red+Green+Blue) = 185+53+184=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B935B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935B8 is #46CA47. Grayscale: #6B6B6B. Windows color (decimal): -4639304 or 12072377. OLE color: 12072377.
HSL color Cylindrical-coordinate representation of color #B935B8: hue angle of 300.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B935B8 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 184 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.27 |
| HSL | 300.45º | 0.55% | 0.47% | - |
| HSV(B) | 300.45º | 0.71% | 0.73% | - |
| XYZ | 29.93 | 16.32 | 46.92 | - |
| YUV | 107.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 184 | 0 | 0.71 | 0.01 | 0.27 | 300.45 | 0.55 | 0.47 |
| Hex | B9 | 35 | B8 | 0 | 47 | 1 | 1B | 12C | 37 | 2F |
| Octal | 271 | 65 | 270 | 0 | 107 | 1 | 33 | 454 | 67 | 57 |
| Binary | 10111001 | 110101 | 10111000 | 0 | 1000111 | 1 | 11011 | 100101100 | 110111 | 101111 |
Color Harmonies of #B935B8
Complementary color
Monochromatic Colors of #B935B8
Black with #B935B8
Text Example
Text Example
White with #B935B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935B8; }
p { color: rgb(185,53,184); }
H1.HeaderClassName
{
color: #B935B8;
}
.AnyTagClassName
{
color: #B935B8;
}
</style>
background-color css
<style>
a { background-color: #B935B8; }
a { background-color: rgb(185,53,184); }
div.DivClassName
{
background-color: #B935B8;
}
.BgClassName
{
background-color: #B935B8;
}
</style>
border-color css
<style>
span { border-color: #B935B8; }
span { border-color: rgb(185,53,184); }
td.TdClassName
{
border-color: #B935B8;
}
.TagClassName
{
border-color: #B935B8;
}
</style>