Shades of Fuchsia #BD45B4
Tints of Fuchsia #BD45B4
RGB
CMYK
RGB Variations
Color information
#BD45B4 (or 0xBD45B4) is known color: Fuchsia. HEX triplet: BD, 45 and B4. RGB value is (189,69,180). Sum of RGB (Red+Green+Blue) = 189+69+180=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD45B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45B4 is #42BA4B. Grayscale: #757575. Windows color (decimal): -4373068 or 11814333. OLE color: 11814333.
HSL color Cylindrical-coordinate representation of color #BD45B4: hue angle of 304.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD45B4 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 180 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.26 |
| HSL | 304.5º | 0.48% | 0.51% | - |
| HSV(B) | 304.5º | 0.63% | 0.74% | - |
| XYZ | 31.35 | 18.37 | 45.07 | - |
| YUV | 117.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 180 | 0 | 0.63 | 0.05 | 0.26 | 304.5 | 0.48 | 0.51 |
| Hex | BD | 45 | B4 | 0 | 3F | 5 | 1A | 130 | 30 | 33 |
| Octal | 275 | 105 | 264 | 0 | 77 | 5 | 32 | 460 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10110100 | 0 | 111111 | 101 | 11010 | 100110000 | 110000 | 110011 |
Color Harmonies of #BD45B4
Complementary color
Monochromatic Colors of #BD45B4
Black with #BD45B4
Text Example
Text Example
White with #BD45B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45B4; }
p { color: rgb(189,69,180); }
H1.HeaderClassName
{
color: #BD45B4;
}
.AnyTagClassName
{
color: #BD45B4;
}
</style>
background-color css
<style>
a { background-color: #BD45B4; }
a { background-color: rgb(189,69,180); }
div.DivClassName
{
background-color: #BD45B4;
}
.BgClassName
{
background-color: #BD45B4;
}
</style>
border-color css
<style>
span { border-color: #BD45B4; }
span { border-color: rgb(189,69,180); }
td.TdClassName
{
border-color: #BD45B4;
}
.TagClassName
{
border-color: #BD45B4;
}
</style>