Shades of Fuchsia #B535BE
Tints of Fuchsia #B535BE
RGB
CMYK
RGB Variations
Color information
#B535BE (or 0xB535BE) is known color: Fuchsia. HEX triplet: B5, 35 and BE. RGB value is (181,53,190). Sum of RGB (Red+Green+Blue) = 181+53+190=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #B535BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535BE is #4ACA41. Grayscale: #6A6A6A. Windows color (decimal): -4901442 or 12465589. OLE color: 12465589.
HSL color Cylindrical-coordinate representation of color #B535BE: hue angle of 296.06º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B535BE is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 53 | 190 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.25 |
| HSL | 296.06º | 0.56% | 0.48% | - |
| HSV(B) | 296.06º | 0.72% | 0.75% | - |
| XYZ | 29.62 | 16.09 | 50.26 | - |
| YUV | 106.89 | 174.91 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 190 | 0.05 | 0.72 | 0 | 0.25 | 296.06 | 0.56 | 0.48 |
| Hex | B5 | 35 | BE | 5 | 48 | 0 | 19 | 128 | 38 | 30 |
| Octal | 265 | 65 | 276 | 5 | 110 | 0 | 31 | 450 | 70 | 60 |
| Binary | 10110101 | 110101 | 10111110 | 101 | 1001000 | 0 | 11001 | 100101000 | 111000 | 110000 |
Color Harmonies of #B535BE
Complementary color
Monochromatic Colors of #B535BE
Black with #B535BE
Text Example
Text Example
White with #B535BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B535BE; }
p { color: rgb(181,53,190); }
H1.HeaderClassName
{
color: #B535BE;
}
.AnyTagClassName
{
color: #B535BE;
}
</style>
background-color css
<style>
a { background-color: #B535BE; }
a { background-color: rgb(181,53,190); }
div.DivClassName
{
background-color: #B535BE;
}
.BgClassName
{
background-color: #B535BE;
}
</style>
border-color css
<style>
span { border-color: #B535BE; }
span { border-color: rgb(181,53,190); }
td.TdClassName
{
border-color: #B535BE;
}
.TagClassName
{
border-color: #B535BE;
}
</style>