Shades of Fuchsia #B23BB7
Tints of Fuchsia #B23BB7
RGB
CMYK
RGB Variations
Color information
#B23BB7 (or 0xB23BB7) is known color: Fuchsia. HEX triplet: B2, 3B and B7. RGB value is (178,59,183). Sum of RGB (Red+Green+Blue) = 178+59+183=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 183 - color contains mainly: blue. Hex color #B23BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BB7 is #4DC448. Grayscale: #6C6C6C. Windows color (decimal): -5096521 or 12008370. OLE color: 12008370.
HSL color Cylindrical-coordinate representation of color #B23BB7: hue angle of 297.58º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23BB7 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 59 | 183 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.28 |
| HSL | 297.58º | 0.51% | 0.47% | - |
| HSV(B) | 297.58º | 0.68% | 0.72% | - |
| XYZ | 28.47 | 16.01 | 46.39 | - |
| YUV | 108.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 183 | 0.03 | 0.68 | 0 | 0.28 | 297.58 | 0.51 | 0.47 |
| Hex | B2 | 3B | B7 | 3 | 44 | 0 | 1C | 12A | 33 | 2F |
| Octal | 262 | 73 | 267 | 3 | 104 | 0 | 34 | 452 | 63 | 57 |
| Binary | 10110010 | 111011 | 10110111 | 11 | 1000100 | 0 | 11100 | 100101010 | 110011 | 101111 |
Color Harmonies of #B23BB7
Complementary color
Monochromatic Colors of #B23BB7
Black with #B23BB7
Text Example
Text Example
White with #B23BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23BB7; }
p { color: rgb(178,59,183); }
H1.HeaderClassName
{
color: #B23BB7;
}
.AnyTagClassName
{
color: #B23BB7;
}
</style>
background-color css
<style>
a { background-color: #B23BB7; }
a { background-color: rgb(178,59,183); }
div.DivClassName
{
background-color: #B23BB7;
}
.BgClassName
{
background-color: #B23BB7;
}
</style>
border-color css
<style>
span { border-color: #B23BB7; }
span { border-color: rgb(178,59,183); }
td.TdClassName
{
border-color: #B23BB7;
}
.TagClassName
{
border-color: #B23BB7;
}
</style>