Shades of Fuchsia #B23ABB
Tints of Fuchsia #B23ABB
RGB
CMYK
RGB Variations
Color information
#B23ABB (or 0xB23ABB) is known color: Fuchsia. HEX triplet: B2, 3A and BB. RGB value is (178,58,187). Sum of RGB (Red+Green+Blue) = 178+58+187=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #B23ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ABB is #4DC544. Grayscale: #6C6C6C. Windows color (decimal): -5096773 or 12270258. OLE color: 12270258.
HSL color Cylindrical-coordinate representation of color #B23ABB: hue angle of 295.81º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23ABB is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 58 | 187 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.27 |
| HSL | 295.81º | 0.53% | 0.48% | - |
| HSV(B) | 295.81º | 0.69% | 0.73% | - |
| XYZ | 28.84 | 16.08 | 48.6 | - |
| YUV | 108.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 187 | 0.05 | 0.69 | 0 | 0.27 | 295.81 | 0.53 | 0.48 |
| Hex | B2 | 3A | BB | 5 | 45 | 0 | 1B | 128 | 35 | 30 |
| Octal | 262 | 72 | 273 | 5 | 105 | 0 | 33 | 450 | 65 | 60 |
| Binary | 10110010 | 111010 | 10111011 | 101 | 1000101 | 0 | 11011 | 100101000 | 110101 | 110000 |
Color Harmonies of #B23ABB
Complementary color
Monochromatic Colors of #B23ABB
Black with #B23ABB
Text Example
Text Example
White with #B23ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23ABB; }
p { color: rgb(178,58,187); }
H1.HeaderClassName
{
color: #B23ABB;
}
.AnyTagClassName
{
color: #B23ABB;
}
</style>
background-color css
<style>
a { background-color: #B23ABB; }
a { background-color: rgb(178,58,187); }
div.DivClassName
{
background-color: #B23ABB;
}
.BgClassName
{
background-color: #B23ABB;
}
</style>
border-color css
<style>
span { border-color: #B23ABB; }
span { border-color: rgb(178,58,187); }
td.TdClassName
{
border-color: #B23ABB;
}
.TagClassName
{
border-color: #B23ABB;
}
</style>