Shades of Fuchsia #BD60B1
Tints of Fuchsia #BD60B1
RGB
CMYK
RGB Variations
Color information
#BD60B1 (or 0xBD60B1) is known color: Fuchsia. HEX triplet: BD, 60 and B1. RGB value is (189,96,177). Sum of RGB (Red+Green+Blue) = 189+96+177=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD60B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD60B1 is #429F4E. Grayscale: #848484. Windows color (decimal): -4366159 or 11624637. OLE color: 11624637.
HSL color Cylindrical-coordinate representation of color #BD60B1: hue angle of 307.74º 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 #BD60B1 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 177 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.26 |
| HSL | 307.74º | 0.41% | 0.56% | - |
| HSV(B) | 307.74º | 0.49% | 0.74% | - |
| XYZ | 33.1 | 22.36 | 44.17 | - |
| YUV | 133.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 177 | 0 | 0.49 | 0.06 | 0.26 | 307.74 | 0.41 | 0.56 |
| Hex | BD | 60 | B1 | 0 | 31 | 6 | 1A | 134 | 29 | 38 |
| Octal | 275 | 140 | 261 | 0 | 61 | 6 | 32 | 464 | 51 | 70 |
| Binary | 10111101 | 1100000 | 10110001 | 0 | 110001 | 110 | 11010 | 100110100 | 101001 | 111000 |
Color Harmonies of #BD60B1
Complementary color
Monochromatic Colors of #BD60B1
Black with #BD60B1
Text Example
Text Example
White with #BD60B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60B1; }
p { color: rgb(189,96,177); }
H1.HeaderClassName
{
color: #BD60B1;
}
.AnyTagClassName
{
color: #BD60B1;
}
</style>
background-color css
<style>
a { background-color: #BD60B1; }
a { background-color: rgb(189,96,177); }
div.DivClassName
{
background-color: #BD60B1;
}
.BgClassName
{
background-color: #BD60B1;
}
</style>
border-color css
<style>
span { border-color: #BD60B1; }
span { border-color: rgb(189,96,177); }
td.TdClassName
{
border-color: #BD60B1;
}
.TagClassName
{
border-color: #BD60B1;
}
</style>