Shades of Fuchsia #B934AD
Tints of Fuchsia #B934AD
RGB
CMYK
RGB Variations
Color information
#B934AD (or 0xB934AD) is known color: Fuchsia. HEX triplet: B9, 34 and AD. RGB value is (185,52,173). Sum of RGB (Red+Green+Blue) = 185+52+173=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B934AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B934AD is #46CB52. Grayscale: #696969. Windows color (decimal): -4639571 or 11351225. OLE color: 11351225.
HSL color Cylindrical-coordinate representation of color #B934AD: hue angle of 305.41º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B934AD is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 173 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.27 |
| HSL | 305.41º | 0.56% | 0.46% | - |
| HSV(B) | 305.41º | 0.72% | 0.73% | - |
| XYZ | 28.78 | 15.79 | 41.07 | - |
| YUV | 105.56 | 166.06 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 173 | 0 | 0.72 | 0.06 | 0.27 | 305.41 | 0.56 | 0.46 |
| Hex | B9 | 34 | AD | 0 | 48 | 6 | 1B | 131 | 38 | 2E |
| Octal | 271 | 64 | 255 | 0 | 110 | 6 | 33 | 461 | 70 | 56 |
| Binary | 10111001 | 110100 | 10101101 | 0 | 1001000 | 110 | 11011 | 100110001 | 111000 | 101110 |
Color Harmonies of #B934AD
Complementary color
Monochromatic Colors of #B934AD
Black with #B934AD
Text Example
Text Example
White with #B934AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934AD; }
p { color: rgb(185,52,173); }
H1.HeaderClassName
{
color: #B934AD;
}
.AnyTagClassName
{
color: #B934AD;
}
</style>
background-color css
<style>
a { background-color: #B934AD; }
a { background-color: rgb(185,52,173); }
div.DivClassName
{
background-color: #B934AD;
}
.BgClassName
{
background-color: #B934AD;
}
</style>
border-color css
<style>
span { border-color: #B934AD; }
span { border-color: rgb(185,52,173); }
td.TdClassName
{
border-color: #B934AD;
}
.TagClassName
{
border-color: #B934AD;
}
</style>