Shades of Fuchsia #B635B6
Tints of Fuchsia #B635B6
RGB
CMYK
RGB Variations
Color information
#B635B6 (or 0xB635B6) is known color: Fuchsia. HEX triplet: B6, 35 and B6. RGB value is (182,53,182). Sum of RGB (Red+Green+Blue) = 182+53+182=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B635B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B635B6 is #49CA49. Grayscale: #696969. Windows color (decimal): -4835914 or 11941302. OLE color: 11941302.
HSL color Cylindrical-coordinate representation of color #B635B6: hue angle of 300º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B635B6 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 53 | 182 | - |
| CMYK | 0 | 0.71 | 0 | 0.29 |
| HSL | 300º | 0.55% | 0.46% | - |
| HSV(B) | 300º | 0.71% | 0.71% | - |
| XYZ | 29.01 | 15.87 | 45.79 | - |
| YUV | 106.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 182 | 0 | 0.71 | 0 | 0.29 | 300 | 0.55 | 0.46 |
| Hex | B6 | 35 | B6 | 0 | 47 | 0 | 1D | 12C | 37 | 2E |
| Octal | 266 | 65 | 266 | 0 | 107 | 0 | 35 | 454 | 67 | 56 |
| Binary | 10110110 | 110101 | 10110110 | 0 | 1000111 | 0 | 11101 | 100101100 | 110111 | 101110 |
Color Harmonies of #B635B6
Complementary color
Monochromatic Colors of #B635B6
Black with #B635B6
Text Example
Text Example
White with #B635B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B635B6; }
p { color: rgb(182,53,182); }
H1.HeaderClassName
{
color: #B635B6;
}
.AnyTagClassName
{
color: #B635B6;
}
</style>
background-color css
<style>
a { background-color: #B635B6; }
a { background-color: rgb(182,53,182); }
div.DivClassName
{
background-color: #B635B6;
}
.BgClassName
{
background-color: #B635B6;
}
</style>
border-color css
<style>
span { border-color: #B635B6; }
span { border-color: rgb(182,53,182); }
td.TdClassName
{
border-color: #B635B6;
}
.TagClassName
{
border-color: #B635B6;
}
</style>