Shades of Fuchsia #B23CBA
Tints of Fuchsia #B23CBA
RGB
CMYK
RGB Variations
Color information
#B23CBA (or 0xB23CBA) is known color: Fuchsia. HEX triplet: B2, 3C and BA. RGB value is (178,60,186). Sum of RGB (Red+Green+Blue) = 178+60+186=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #B23CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CBA is #4DC345. Grayscale: #6D6D6D. Windows color (decimal): -5096262 or 12205234. OLE color: 12205234.
HSL color Cylindrical-coordinate representation of color #B23CBA: hue angle of 296.19º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23CBA is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 60 | 186 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.27 |
| HSL | 296.19º | 0.51% | 0.48% | - |
| HSV(B) | 296.19º | 0.68% | 0.73% | - |
| XYZ | 28.84 | 16.24 | 48.07 | - |
| YUV | 109.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 186 | 0.04 | 0.68 | 0 | 0.27 | 296.19 | 0.51 | 0.48 |
| Hex | B2 | 3C | BA | 4 | 44 | 0 | 1B | 128 | 33 | 30 |
| Octal | 262 | 74 | 272 | 4 | 104 | 0 | 33 | 450 | 63 | 60 |
| Binary | 10110010 | 111100 | 10111010 | 100 | 1000100 | 0 | 11011 | 100101000 | 110011 | 110000 |
Color Harmonies of #B23CBA
Complementary color
Monochromatic Colors of #B23CBA
Black with #B23CBA
Text Example
Text Example
White with #B23CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CBA; }
p { color: rgb(178,60,186); }
H1.HeaderClassName
{
color: #B23CBA;
}
.AnyTagClassName
{
color: #B23CBA;
}
</style>
background-color css
<style>
a { background-color: #B23CBA; }
a { background-color: rgb(178,60,186); }
div.DivClassName
{
background-color: #B23CBA;
}
.BgClassName
{
background-color: #B23CBA;
}
</style>
border-color css
<style>
span { border-color: #B23CBA; }
span { border-color: rgb(178,60,186); }
td.TdClassName
{
border-color: #B23CBA;
}
.TagClassName
{
border-color: #B23CBA;
}
</style>