Shades of Fuchsia #B23CAC
Tints of Fuchsia #B23CAC
RGB
CMYK
RGB Variations
Color information
#B23CAC (or 0xB23CAC) is known color: Fuchsia. HEX triplet: B2, 3C and AC. RGB value is (178,60,172). Sum of RGB (Red+Green+Blue) = 178+60+172=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B23CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23CAC is #4DC353. Grayscale: #6B6B6B. Windows color (decimal): -5096276 or 11287730. OLE color: 11287730.
HSL color Cylindrical-coordinate representation of color #B23CAC: hue angle of 303.05º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23CAC is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 172 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.30 |
| HSL | 303.05º | 0.5% | 0.47% | - |
| HSV(B) | 303.05º | 0.66% | 0.7% | - |
| XYZ | 27.42 | 15.68 | 40.61 | - |
| YUV | 108.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 172 | 0 | 0.66 | 0.03 | 0.30 | 303.05 | 0.5 | 0.47 |
| Hex | B2 | 3C | AC | 0 | 42 | 3 | 1E | 12F | 32 | 2F |
| Octal | 262 | 74 | 254 | 0 | 102 | 3 | 36 | 457 | 62 | 57 |
| Binary | 10110010 | 111100 | 10101100 | 0 | 1000010 | 11 | 11110 | 100101111 | 110010 | 101111 |
Color Harmonies of #B23CAC
Complementary color
Monochromatic Colors of #B23CAC
Black with #B23CAC
Text Example
Text Example
White with #B23CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CAC; }
p { color: rgb(178,60,172); }
H1.HeaderClassName
{
color: #B23CAC;
}
.AnyTagClassName
{
color: #B23CAC;
}
</style>
background-color css
<style>
a { background-color: #B23CAC; }
a { background-color: rgb(178,60,172); }
div.DivClassName
{
background-color: #B23CAC;
}
.BgClassName
{
background-color: #B23CAC;
}
</style>
border-color css
<style>
span { border-color: #B23CAC; }
span { border-color: rgb(178,60,172); }
td.TdClassName
{
border-color: #B23CAC;
}
.TagClassName
{
border-color: #B23CAC;
}
</style>