Shades of Fuchsia #B23CA5
Tints of Fuchsia #B23CA5
RGB
CMYK
RGB Variations
Color information
#B23CA5 (or 0xB23CA5) is known color: Fuchsia. HEX triplet: B2, 3C and A5. RGB value is (178,60,165). Sum of RGB (Red+Green+Blue) = 178+60+165=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B23CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23CA5 is #4DC35A. Grayscale: #6A6A6A. Windows color (decimal): -5096283 or 10828978. OLE color: 10828978.
HSL color Cylindrical-coordinate representation of color #B23CA5: hue angle of 306.61º 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 #B23CA5 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 165 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.30 |
| HSL | 306.61º | 0.5% | 0.47% | - |
| HSV(B) | 306.61º | 0.66% | 0.7% | - |
| XYZ | 26.77 | 15.41 | 37.16 | - |
| YUV | 107.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 165 | 0 | 0.66 | 0.07 | 0.30 | 306.61 | 0.5 | 0.47 |
| Hex | B2 | 3C | A5 | 0 | 42 | 7 | 1E | 133 | 32 | 2F |
| Octal | 262 | 74 | 245 | 0 | 102 | 7 | 36 | 463 | 62 | 57 |
| Binary | 10110010 | 111100 | 10100101 | 0 | 1000010 | 111 | 11110 | 100110011 | 110010 | 101111 |
Color Harmonies of #B23CA5
Complementary color
Monochromatic Colors of #B23CA5
Black with #B23CA5
Text Example
Text Example
White with #B23CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CA5; }
p { color: rgb(178,60,165); }
H1.HeaderClassName
{
color: #B23CA5;
}
.AnyTagClassName
{
color: #B23CA5;
}
</style>
background-color css
<style>
a { background-color: #B23CA5; }
a { background-color: rgb(178,60,165); }
div.DivClassName
{
background-color: #B23CA5;
}
.BgClassName
{
background-color: #B23CA5;
}
</style>
border-color css
<style>
span { border-color: #B23CA5; }
span { border-color: rgb(178,60,165); }
td.TdClassName
{
border-color: #B23CA5;
}
.TagClassName
{
border-color: #B23CA5;
}
</style>