Shades of Fuchsia #B936B8
Tints of Fuchsia #B936B8
RGB
CMYK
RGB Variations
Color information
#B936B8 (or 0xB936B8) is known color: Fuchsia. HEX triplet: B9, 36 and B8. RGB value is (185,54,184). Sum of RGB (Red+Green+Blue) = 185+54+184=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B936B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936B8 is #46C947. Grayscale: #6B6B6B. Windows color (decimal): -4639048 or 12072633. OLE color: 12072633.
HSL color Cylindrical-coordinate representation of color #B936B8: hue angle of 300.46º 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 #B936B8 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 184 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.27 |
| HSL | 300.46º | 0.55% | 0.47% | - |
| HSV(B) | 300.46º | 0.71% | 0.73% | - |
| XYZ | 29.98 | 16.41 | 46.94 | - |
| YUV | 107.99 | 170.9 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 184 | 0 | 0.71 | 0.01 | 0.27 | 300.46 | 0.55 | 0.47 |
| Hex | B9 | 36 | B8 | 0 | 47 | 1 | 1B | 12C | 37 | 2F |
| Octal | 271 | 66 | 270 | 0 | 107 | 1 | 33 | 454 | 67 | 57 |
| Binary | 10111001 | 110110 | 10111000 | 0 | 1000111 | 1 | 11011 | 100101100 | 110111 | 101111 |
Color Harmonies of #B936B8
Complementary color
Monochromatic Colors of #B936B8
Black with #B936B8
Text Example
Text Example
White with #B936B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936B8; }
p { color: rgb(185,54,184); }
H1.HeaderClassName
{
color: #B936B8;
}
.AnyTagClassName
{
color: #B936B8;
}
</style>
background-color css
<style>
a { background-color: #B936B8; }
a { background-color: rgb(185,54,184); }
div.DivClassName
{
background-color: #B936B8;
}
.BgClassName
{
background-color: #B936B8;
}
</style>
border-color css
<style>
span { border-color: #B936B8; }
span { border-color: rgb(185,54,184); }
td.TdClassName
{
border-color: #B936B8;
}
.TagClassName
{
border-color: #B936B8;
}
</style>