Shades of Fuchsia #B935B0
Tints of Fuchsia #B935B0
RGB
CMYK
RGB Variations
Color information
#B935B0 (or 0xB935B0) is known color: Fuchsia. HEX triplet: B9, 35 and B0. RGB value is (185,53,176). Sum of RGB (Red+Green+Blue) = 185+53+176=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B935B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935B0 is #46CA4F. Grayscale: #6A6A6A. Windows color (decimal): -4639312 or 11548089. OLE color: 11548089.
HSL color Cylindrical-coordinate representation of color #B935B0: hue angle of 304.09º 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 #B935B0 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 176 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.27 |
| HSL | 304.09º | 0.55% | 0.47% | - |
| HSV(B) | 304.09º | 0.71% | 0.73% | - |
| XYZ | 29.12 | 16 | 42.63 | - |
| YUV | 106.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 176 | 0 | 0.71 | 0.05 | 0.27 | 304.09 | 0.55 | 0.47 |
| Hex | B9 | 35 | B0 | 0 | 47 | 5 | 1B | 130 | 37 | 2F |
| Octal | 271 | 65 | 260 | 0 | 107 | 5 | 33 | 460 | 67 | 57 |
| Binary | 10111001 | 110101 | 10110000 | 0 | 1000111 | 101 | 11011 | 100110000 | 110111 | 101111 |
Color Harmonies of #B935B0
Complementary color
Monochromatic Colors of #B935B0
Black with #B935B0
Text Example
Text Example
White with #B935B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935B0; }
p { color: rgb(185,53,176); }
H1.HeaderClassName
{
color: #B935B0;
}
.AnyTagClassName
{
color: #B935B0;
}
</style>
background-color css
<style>
a { background-color: #B935B0; }
a { background-color: rgb(185,53,176); }
div.DivClassName
{
background-color: #B935B0;
}
.BgClassName
{
background-color: #B935B0;
}
</style>
border-color css
<style>
span { border-color: #B935B0; }
span { border-color: rgb(185,53,176); }
td.TdClassName
{
border-color: #B935B0;
}
.TagClassName
{
border-color: #B935B0;
}
</style>