Shades of Fuchsia #BD3FB5
Tints of Fuchsia #BD3FB5
RGB
CMYK
RGB Variations
Color information
#BD3FB5 (or 0xBD3FB5) is known color: Fuchsia. HEX triplet: BD, 3F and B5. RGB value is (189,63,181). Sum of RGB (Red+Green+Blue) = 189+63+181=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FB5 is #42C04A. Grayscale: #717171. Windows color (decimal): -4374603 or 11878333. OLE color: 11878333.
HSL color Cylindrical-coordinate representation of color #BD3FB5: hue angle of 303.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3FB5 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 181 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.26 |
| HSL | 303.81º | 0.5% | 0.49% | - |
| HSV(B) | 303.81º | 0.67% | 0.74% | - |
| XYZ | 31.1 | 17.71 | 45.5 | - |
| YUV | 114.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 181 | 0 | 0.67 | 0.04 | 0.26 | 303.81 | 0.5 | 0.49 |
| Hex | BD | 3F | B5 | 0 | 43 | 4 | 1A | 130 | 32 | 31 |
| Octal | 275 | 77 | 265 | 0 | 103 | 4 | 32 | 460 | 62 | 61 |
| Binary | 10111101 | 111111 | 10110101 | 0 | 1000011 | 100 | 11010 | 100110000 | 110010 | 110001 |
Color Harmonies of #BD3FB5
Complementary color
Monochromatic Colors of #BD3FB5
Black with #BD3FB5
Text Example
Text Example
White with #BD3FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FB5; }
p { color: rgb(189,63,181); }
H1.HeaderClassName
{
color: #BD3FB5;
}
.AnyTagClassName
{
color: #BD3FB5;
}
</style>
background-color css
<style>
a { background-color: #BD3FB5; }
a { background-color: rgb(189,63,181); }
div.DivClassName
{
background-color: #BD3FB5;
}
.BgClassName
{
background-color: #BD3FB5;
}
</style>
border-color css
<style>
span { border-color: #BD3FB5; }
span { border-color: rgb(189,63,181); }
td.TdClassName
{
border-color: #BD3FB5;
}
.TagClassName
{
border-color: #BD3FB5;
}
</style>