Shades of Fuchsia #BD3FB2
Tints of Fuchsia #BD3FB2
RGB
CMYK
RGB Variations
Color information
#BD3FB2 (or 0xBD3FB2) is known color: Fuchsia. HEX triplet: BD, 3F and B2. RGB value is (189,63,178). Sum of RGB (Red+Green+Blue) = 189+63+178=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3FB2 is #42C04D. Grayscale: #717171. Windows color (decimal): -4374606 or 11681725. OLE color: 11681725.
HSL color Cylindrical-coordinate representation of color #BD3FB2: hue angle of 305.24º 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 #BD3FB2 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 178 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.26 |
| HSL | 305.24º | 0.5% | 0.49% | - |
| HSV(B) | 305.24º | 0.67% | 0.74% | - |
| XYZ | 30.8 | 17.59 | 43.89 | - |
| YUV | 113.78 | 164.24 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 178 | 0 | 0.67 | 0.06 | 0.26 | 305.24 | 0.5 | 0.49 |
| Hex | BD | 3F | B2 | 0 | 43 | 6 | 1A | 131 | 32 | 31 |
| Octal | 275 | 77 | 262 | 0 | 103 | 6 | 32 | 461 | 62 | 61 |
| Binary | 10111101 | 111111 | 10110010 | 0 | 1000011 | 110 | 11010 | 100110001 | 110010 | 110001 |
Color Harmonies of #BD3FB2
Complementary color
Monochromatic Colors of #BD3FB2
Black with #BD3FB2
Text Example
Text Example
White with #BD3FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FB2; }
p { color: rgb(189,63,178); }
H1.HeaderClassName
{
color: #BD3FB2;
}
.AnyTagClassName
{
color: #BD3FB2;
}
</style>
background-color css
<style>
a { background-color: #BD3FB2; }
a { background-color: rgb(189,63,178); }
div.DivClassName
{
background-color: #BD3FB2;
}
.BgClassName
{
background-color: #BD3FB2;
}
</style>
border-color css
<style>
span { border-color: #BD3FB2; }
span { border-color: rgb(189,63,178); }
td.TdClassName
{
border-color: #BD3FB2;
}
.TagClassName
{
border-color: #BD3FB2;
}
</style>