Shades of Fuchsia #B23CBC
Tints of Fuchsia #B23CBC
RGB
CMYK
RGB Variations
Color information
#B23CBC (or 0xB23CBC) is known color: Fuchsia. HEX triplet: B2, 3C and BC. RGB value is (178,60,188). Sum of RGB (Red+Green+Blue) = 178+60+188=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #B23CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CBC is #4DC343. Grayscale: #6D6D6D. Windows color (decimal): -5096260 or 12336306. OLE color: 12336306.
HSL color Cylindrical-coordinate representation of color #B23CBC: hue angle of 295.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23CBC is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 60 | 188 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.26 |
| HSL | 295.31º | 0.52% | 0.49% | - |
| HSV(B) | 295.31º | 0.68% | 0.74% | - |
| XYZ | 29.05 | 16.33 | 49.2 | - |
| YUV | 109.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 188 | 0.05 | 0.68 | 0 | 0.26 | 295.31 | 0.52 | 0.49 |
| Hex | B2 | 3C | BC | 5 | 44 | 0 | 1A | 127 | 34 | 31 |
| Octal | 262 | 74 | 274 | 5 | 104 | 0 | 32 | 447 | 64 | 61 |
| Binary | 10110010 | 111100 | 10111100 | 101 | 1000100 | 0 | 11010 | 100100111 | 110100 | 110001 |
Color Harmonies of #B23CBC
Complementary color
Monochromatic Colors of #B23CBC
Black with #B23CBC
Text Example
Text Example
White with #B23CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CBC; }
p { color: rgb(178,60,188); }
H1.HeaderClassName
{
color: #B23CBC;
}
.AnyTagClassName
{
color: #B23CBC;
}
</style>
background-color css
<style>
a { background-color: #B23CBC; }
a { background-color: rgb(178,60,188); }
div.DivClassName
{
background-color: #B23CBC;
}
.BgClassName
{
background-color: #B23CBC;
}
</style>
border-color css
<style>
span { border-color: #B23CBC; }
span { border-color: rgb(178,60,188); }
td.TdClassName
{
border-color: #B23CBC;
}
.TagClassName
{
border-color: #B23CBC;
}
</style>