Shades of Fuchsia #BD3FB6
Tints of Fuchsia #BD3FB6
RGB
CMYK
RGB Variations
Color information
#BD3FB6 (or 0xBD3FB6) is known color: Fuchsia. HEX triplet: BD, 3F and B6. RGB value is (189,63,182). Sum of RGB (Red+Green+Blue) = 189+63+182=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FB6 is #42C049. Grayscale: #717171. Windows color (decimal): -4374602 or 11943869. OLE color: 11943869.
HSL color Cylindrical-coordinate representation of color #BD3FB6: hue angle of 303.33º 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 #BD3FB6 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 182 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.26 |
| HSL | 303.33º | 0.5% | 0.49% | - |
| HSV(B) | 303.33º | 0.67% | 0.74% | - |
| XYZ | 31.21 | 17.75 | 46.04 | - |
| YUV | 114.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 182 | 0 | 0.67 | 0.04 | 0.26 | 303.33 | 0.5 | 0.49 |
| Hex | BD | 3F | B6 | 0 | 43 | 4 | 1A | 12F | 32 | 31 |
| Octal | 275 | 77 | 266 | 0 | 103 | 4 | 32 | 457 | 62 | 61 |
| Binary | 10111101 | 111111 | 10110110 | 0 | 1000011 | 100 | 11010 | 100101111 | 110010 | 110001 |
Color Harmonies of #BD3FB6
Complementary color
Monochromatic Colors of #BD3FB6
Black with #BD3FB6
Text Example
Text Example
White with #BD3FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FB6; }
p { color: rgb(189,63,182); }
H1.HeaderClassName
{
color: #BD3FB6;
}
.AnyTagClassName
{
color: #BD3FB6;
}
</style>
background-color css
<style>
a { background-color: #BD3FB6; }
a { background-color: rgb(189,63,182); }
div.DivClassName
{
background-color: #BD3FB6;
}
.BgClassName
{
background-color: #BD3FB6;
}
</style>
border-color css
<style>
span { border-color: #BD3FB6; }
span { border-color: rgb(189,63,182); }
td.TdClassName
{
border-color: #BD3FB6;
}
.TagClassName
{
border-color: #BD3FB6;
}
</style>