Shades of Fuchsia #BD60B5
Tints of Fuchsia #BD60B5
RGB
CMYK
RGB Variations
Color information
#BD60B5 (or 0xBD60B5) is known color: Fuchsia. HEX triplet: BD, 60 and B5. RGB value is (189,96,181). Sum of RGB (Red+Green+Blue) = 189+96+181=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD60B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60B5 is #429F4A. Grayscale: #858585. Windows color (decimal): -4366155 or 11886781. OLE color: 11886781.
HSL color Cylindrical-coordinate representation of color #BD60B5: hue angle of 305.16º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD60B5 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 181 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.26 |
| HSL | 305.16º | 0.41% | 0.56% | - |
| HSV(B) | 305.16º | 0.49% | 0.74% | - |
| XYZ | 33.51 | 22.52 | 46.3 | - |
| YUV | 133.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 181 | 0 | 0.49 | 0.04 | 0.26 | 305.16 | 0.41 | 0.56 |
| Hex | BD | 60 | B5 | 0 | 31 | 4 | 1A | 131 | 29 | 38 |
| Octal | 275 | 140 | 265 | 0 | 61 | 4 | 32 | 461 | 51 | 70 |
| Binary | 10111101 | 1100000 | 10110101 | 0 | 110001 | 100 | 11010 | 100110001 | 101001 | 111000 |
Color Harmonies of #BD60B5
Complementary color
Monochromatic Colors of #BD60B5
Black with #BD60B5
Text Example
Text Example
White with #BD60B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60B5; }
p { color: rgb(189,96,181); }
H1.HeaderClassName
{
color: #BD60B5;
}
.AnyTagClassName
{
color: #BD60B5;
}
</style>
background-color css
<style>
a { background-color: #BD60B5; }
a { background-color: rgb(189,96,181); }
div.DivClassName
{
background-color: #BD60B5;
}
.BgClassName
{
background-color: #BD60B5;
}
</style>
border-color css
<style>
span { border-color: #BD60B5; }
span { border-color: rgb(189,96,181); }
td.TdClassName
{
border-color: #BD60B5;
}
.TagClassName
{
border-color: #BD60B5;
}
</style>