Shades of Fuchsia #B23DAA
Tints of Fuchsia #B23DAA
RGB
CMYK
RGB Variations
Color information
#B23DAA (or 0xB23DAA) is known color: Fuchsia. HEX triplet: B2, 3D and AA. RGB value is (178,61,170). Sum of RGB (Red+Green+Blue) = 178+61+170=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B23DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23DAA is #4DC255. Grayscale: #6C6C6C. Windows color (decimal): -5096022 or 11156914. OLE color: 11156914.
HSL color Cylindrical-coordinate representation of color #B23DAA: hue angle of 304.1º degrees, saturation: 0.49, 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 #B23DAA is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 170 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.30 |
| HSL | 304.1º | 0.49% | 0.47% | - |
| HSV(B) | 304.1º | 0.66% | 0.7% | - |
| XYZ | 27.28 | 15.7 | 39.62 | - |
| YUV | 108.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 170 | 0 | 0.66 | 0.04 | 0.30 | 304.1 | 0.49 | 0.47 |
| Hex | B2 | 3D | AA | 0 | 42 | 4 | 1E | 130 | 31 | 2F |
| Octal | 262 | 75 | 252 | 0 | 102 | 4 | 36 | 460 | 61 | 57 |
| Binary | 10110010 | 111101 | 10101010 | 0 | 1000010 | 100 | 11110 | 100110000 | 110001 | 101111 |
Color Harmonies of #B23DAA
Complementary color
Monochromatic Colors of #B23DAA
Black with #B23DAA
Text Example
Text Example
White with #B23DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23DAA; }
p { color: rgb(178,61,170); }
H1.HeaderClassName
{
color: #B23DAA;
}
.AnyTagClassName
{
color: #B23DAA;
}
</style>
background-color css
<style>
a { background-color: #B23DAA; }
a { background-color: rgb(178,61,170); }
div.DivClassName
{
background-color: #B23DAA;
}
.BgClassName
{
background-color: #B23DAA;
}
</style>
border-color css
<style>
span { border-color: #B23DAA; }
span { border-color: rgb(178,61,170); }
td.TdClassName
{
border-color: #B23DAA;
}
.TagClassName
{
border-color: #B23DAA;
}
</style>