Shades of Fuchsia #B238A8
Tints of Fuchsia #B238A8
RGB
CMYK
RGB Variations
Color information
#B238A8 (or 0xB238A8) is known color: Fuchsia. HEX triplet: B2, 38 and A8. RGB value is (178,56,168). Sum of RGB (Red+Green+Blue) = 178+56+168=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B238A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B238A8 is #4DC757. Grayscale: #686868. Windows color (decimal): -5097304 or 11024562. OLE color: 11024562.
HSL color Cylindrical-coordinate representation of color #B238A8: hue angle of 304.92º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B238A8 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 168 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.30 |
| HSL | 304.92º | 0.52% | 0.46% | - |
| HSV(B) | 304.92º | 0.69% | 0.7% | - |
| XYZ | 26.84 | 15.12 | 38.55 | - |
| YUV | 105.25 | 163.42 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 168 | 0 | 0.69 | 0.06 | 0.30 | 304.92 | 0.52 | 0.46 |
| Hex | B2 | 38 | A8 | 0 | 45 | 6 | 1E | 131 | 34 | 2E |
| Octal | 262 | 70 | 250 | 0 | 105 | 6 | 36 | 461 | 64 | 56 |
| Binary | 10110010 | 111000 | 10101000 | 0 | 1000101 | 110 | 11110 | 100110001 | 110100 | 101110 |
Color Harmonies of #B238A8
Complementary color
Monochromatic Colors of #B238A8
Black with #B238A8
Text Example
Text Example
White with #B238A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B238A8; }
p { color: rgb(178,56,168); }
H1.HeaderClassName
{
color: #B238A8;
}
.AnyTagClassName
{
color: #B238A8;
}
</style>
background-color css
<style>
a { background-color: #B238A8; }
a { background-color: rgb(178,56,168); }
div.DivClassName
{
background-color: #B238A8;
}
.BgClassName
{
background-color: #B238A8;
}
</style>
border-color css
<style>
span { border-color: #B238A8; }
span { border-color: rgb(178,56,168); }
td.TdClassName
{
border-color: #B238A8;
}
.TagClassName
{
border-color: #B238A8;
}
</style>