Shades of Fuchsia #B725AF
Tints of Fuchsia #B725AF
RGB
CMYK
RGB Variations
Color information
#B725AF (or 0xB725AF) is known color: Fuchsia. HEX triplet: B7, 25 and AF. RGB value is (183,37,175). Sum of RGB (Red+Green+Blue) = 183+37+175=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B725AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B725AF is #48DA50. Grayscale: #5F5F5F. Windows color (decimal): -4774481 or 11478455. OLE color: 11478455.
HSL color Cylindrical-coordinate representation of color #B725AF: hue angle of 303.29º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B725AF is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 175 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.28 |
| HSL | 303.29º | 0.66% | 0.43% | - |
| HSV(B) | 303.29º | 0.8% | 0.72% | - |
| XYZ | 27.93 | 14.49 | 41.88 | - |
| YUV | 96.39 | 172.37 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 175 | 0 | 0.80 | 0.04 | 0.28 | 303.29 | 0.66 | 0.43 |
| Hex | B7 | 25 | AF | 0 | 50 | 4 | 1C | 12F | 42 | 2B |
| Octal | 267 | 45 | 257 | 0 | 120 | 4 | 34 | 457 | 102 | 53 |
| Binary | 10110111 | 100101 | 10101111 | 0 | 1010000 | 100 | 11100 | 100101111 | 1000010 | 101011 |
Color Harmonies of #B725AF
Complementary color
Monochromatic Colors of #B725AF
Black with #B725AF
Text Example
Text Example
White with #B725AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B725AF; }
p { color: rgb(183,37,175); }
H1.HeaderClassName
{
color: #B725AF;
}
.AnyTagClassName
{
color: #B725AF;
}
</style>
background-color css
<style>
a { background-color: #B725AF; }
a { background-color: rgb(183,37,175); }
div.DivClassName
{
background-color: #B725AF;
}
.BgClassName
{
background-color: #B725AF;
}
</style>
border-color css
<style>
span { border-color: #B725AF; }
span { border-color: rgb(183,37,175); }
td.TdClassName
{
border-color: #B725AF;
}
.TagClassName
{
border-color: #B725AF;
}
</style>