Shades of Fuchsia #B636B8
Tints of Fuchsia #B636B8
RGB
CMYK
RGB Variations
Color information
#B636B8 (or 0xB636B8) is known color: Fuchsia. HEX triplet: B6, 36 and B8. RGB value is (182,54,184). Sum of RGB (Red+Green+Blue) = 182+54+184=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #B636B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636B8 is #49C947. Grayscale: #6A6A6A. Windows color (decimal): -4835656 or 12072630. OLE color: 12072630.
HSL color Cylindrical-coordinate representation of color #B636B8: hue angle of 299.08º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B636B8 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 54 | 184 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.28 |
| HSL | 299.08º | 0.55% | 0.47% | - |
| HSV(B) | 299.08º | 0.71% | 0.72% | - |
| XYZ | 29.26 | 16.04 | 46.9 | - |
| YUV | 107.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 184 | 0.01 | 0.71 | 0 | 0.28 | 299.08 | 0.55 | 0.47 |
| Hex | B6 | 36 | B8 | 1 | 47 | 0 | 1C | 12B | 37 | 2F |
| Octal | 266 | 66 | 270 | 1 | 107 | 0 | 34 | 453 | 67 | 57 |
| Binary | 10110110 | 110110 | 10111000 | 1 | 1000111 | 0 | 11100 | 100101011 | 110111 | 101111 |
Color Harmonies of #B636B8
Complementary color
Monochromatic Colors of #B636B8
Black with #B636B8
Text Example
Text Example
White with #B636B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636B8; }
p { color: rgb(182,54,184); }
H1.HeaderClassName
{
color: #B636B8;
}
.AnyTagClassName
{
color: #B636B8;
}
</style>
background-color css
<style>
a { background-color: #B636B8; }
a { background-color: rgb(182,54,184); }
div.DivClassName
{
background-color: #B636B8;
}
.BgClassName
{
background-color: #B636B8;
}
</style>
border-color css
<style>
span { border-color: #B636B8; }
span { border-color: rgb(182,54,184); }
td.TdClassName
{
border-color: #B636B8;
}
.TagClassName
{
border-color: #B636B8;
}
</style>