Shades of Fuchsia #BB42AF
Tints of Fuchsia #BB42AF
RGB
CMYK
RGB Variations
Color information
#BB42AF (or 0xBB42AF) is known color: Fuchsia. HEX triplet: BB, 42 and AF. RGB value is (187,66,175). Sum of RGB (Red+Green+Blue) = 187+66+175=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB42AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB42AF is #44BD50. Grayscale: #727272. Windows color (decimal): -4504913 or 11485883. OLE color: 11485883.
HSL color Cylindrical-coordinate representation of color #BB42AF: hue angle of 305.95º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB42AF is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 175 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.27 |
| HSL | 305.95º | 0.48% | 0.5% | - |
| HSV(B) | 305.95º | 0.65% | 0.73% | - |
| XYZ | 30.18 | 17.56 | 42.36 | - |
| YUV | 114.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 175 | 0 | 0.65 | 0.06 | 0.27 | 305.95 | 0.48 | 0.5 |
| Hex | BB | 42 | AF | 0 | 41 | 6 | 1B | 132 | 30 | 32 |
| Octal | 273 | 102 | 257 | 0 | 101 | 6 | 33 | 462 | 60 | 62 |
| Binary | 10111011 | 1000010 | 10101111 | 0 | 1000001 | 110 | 11011 | 100110010 | 110000 | 110010 |
Color Harmonies of #BB42AF
Complementary color
Monochromatic Colors of #BB42AF
Black with #BB42AF
Text Example
Text Example
White with #BB42AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB42AF; }
p { color: rgb(187,66,175); }
H1.HeaderClassName
{
color: #BB42AF;
}
.AnyTagClassName
{
color: #BB42AF;
}
</style>
background-color css
<style>
a { background-color: #BB42AF; }
a { background-color: rgb(187,66,175); }
div.DivClassName
{
background-color: #BB42AF;
}
.BgClassName
{
background-color: #BB42AF;
}
</style>
border-color css
<style>
span { border-color: #BB42AF; }
span { border-color: rgb(187,66,175); }
td.TdClassName
{
border-color: #BB42AF;
}
.TagClassName
{
border-color: #BB42AF;
}
</style>