Shades of Fuchsia #B438AF
Tints of Fuchsia #B438AF
RGB
CMYK
RGB Variations
Color information
#B438AF (or 0xB438AF) is known color: Fuchsia. HEX triplet: B4, 38 and AF. RGB value is (180,56,175). Sum of RGB (Red+Green+Blue) = 180+56+175=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B438AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B438AF is #4BC750. Grayscale: #6A6A6A. Windows color (decimal): -4966225 or 11483316. OLE color: 11483316.
HSL color Cylindrical-coordinate representation of color #B438AF: hue angle of 302.42º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B438AF is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 56 | 175 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.29 |
| HSL | 302.42º | 0.53% | 0.46% | - |
| HSV(B) | 302.42º | 0.69% | 0.71% | - |
| XYZ | 27.97 | 15.63 | 42.1 | - |
| YUV | 106.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 175 | 0 | 0.69 | 0.03 | 0.29 | 302.42 | 0.53 | 0.46 |
| Hex | B4 | 38 | AF | 0 | 45 | 3 | 1D | 12E | 35 | 2E |
| Octal | 264 | 70 | 257 | 0 | 105 | 3 | 35 | 456 | 65 | 56 |
| Binary | 10110100 | 111000 | 10101111 | 0 | 1000101 | 11 | 11101 | 100101110 | 110101 | 101110 |
Color Harmonies of #B438AF
Complementary color
Monochromatic Colors of #B438AF
Black with #B438AF
Text Example
Text Example
White with #B438AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B438AF; }
p { color: rgb(180,56,175); }
H1.HeaderClassName
{
color: #B438AF;
}
.AnyTagClassName
{
color: #B438AF;
}
</style>
background-color css
<style>
a { background-color: #B438AF; }
a { background-color: rgb(180,56,175); }
div.DivClassName
{
background-color: #B438AF;
}
.BgClassName
{
background-color: #B438AF;
}
</style>
border-color css
<style>
span { border-color: #B438AF; }
span { border-color: rgb(180,56,175); }
td.TdClassName
{
border-color: #B438AF;
}
.TagClassName
{
border-color: #B438AF;
}
</style>