Shades of Fuchsia #B238AF
Tints of Fuchsia #B238AF
RGB
CMYK
RGB Variations
Color information
#B238AF (or 0xB238AF) is known color: Fuchsia. HEX triplet: B2, 38 and AF. RGB value is (178,56,175). Sum of RGB (Red+Green+Blue) = 178+56+175=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B238AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B238AF is #4DC750. Grayscale: #696969. Windows color (decimal): -5097297 or 11483314. OLE color: 11483314.
HSL color Cylindrical-coordinate representation of color #B238AF: hue angle of 301.48º 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 #B238AF is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 175 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.30 |
| HSL | 301.48º | 0.52% | 0.46% | - |
| HSV(B) | 301.48º | 0.69% | 0.7% | - |
| XYZ | 27.51 | 15.39 | 42.08 | - |
| YUV | 106.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 175 | 0 | 0.69 | 0.02 | 0.30 | 301.48 | 0.52 | 0.46 |
| Hex | B2 | 38 | AF | 0 | 45 | 2 | 1E | 12D | 34 | 2E |
| Octal | 262 | 70 | 257 | 0 | 105 | 2 | 36 | 455 | 64 | 56 |
| Binary | 10110010 | 111000 | 10101111 | 0 | 1000101 | 10 | 11110 | 100101101 | 110100 | 101110 |
Color Harmonies of #B238AF
Complementary color
Monochromatic Colors of #B238AF
Black with #B238AF
Text Example
Text Example
White with #B238AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B238AF; }
p { color: rgb(178,56,175); }
H1.HeaderClassName
{
color: #B238AF;
}
.AnyTagClassName
{
color: #B238AF;
}
</style>
background-color css
<style>
a { background-color: #B238AF; }
a { background-color: rgb(178,56,175); }
div.DivClassName
{
background-color: #B238AF;
}
.BgClassName
{
background-color: #B238AF;
}
</style>
border-color css
<style>
span { border-color: #B238AF; }
span { border-color: rgb(178,56,175); }
td.TdClassName
{
border-color: #B238AF;
}
.TagClassName
{
border-color: #B238AF;
}
</style>