Shades of Fuchsia #BD3CBB
Tints of Fuchsia #BD3CBB
RGB
CMYK
RGB Variations
Color information
#BD3CBB (or 0xBD3CBB) is known color: Fuchsia. HEX triplet: BD, 3C and BB. RGB value is (189,60,187). Sum of RGB (Red+Green+Blue) = 189+60+187=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CBB is #42C344. Grayscale: #707070. Windows color (decimal): -4375365 or 12270781. OLE color: 12270781.
HSL color Cylindrical-coordinate representation of color #BD3CBB: hue angle of 300.93º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3CBB is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 187 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.26 |
| HSL | 300.93º | 0.52% | 0.49% | - |
| HSV(B) | 300.93º | 0.68% | 0.74% | - |
| XYZ | 31.57 | 17.64 | 48.75 | - |
| YUV | 113.05 | 169.74 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 187 | 0 | 0.68 | 0.01 | 0.26 | 300.93 | 0.52 | 0.49 |
| Hex | BD | 3C | BB | 0 | 44 | 1 | 1A | 12D | 34 | 31 |
| Octal | 275 | 74 | 273 | 0 | 104 | 1 | 32 | 455 | 64 | 61 |
| Binary | 10111101 | 111100 | 10111011 | 0 | 1000100 | 1 | 11010 | 100101101 | 110100 | 110001 |
Color Harmonies of #BD3CBB
Complementary color
Monochromatic Colors of #BD3CBB
Black with #BD3CBB
Text Example
Text Example
White with #BD3CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CBB; }
p { color: rgb(189,60,187); }
H1.HeaderClassName
{
color: #BD3CBB;
}
.AnyTagClassName
{
color: #BD3CBB;
}
</style>
background-color css
<style>
a { background-color: #BD3CBB; }
a { background-color: rgb(189,60,187); }
div.DivClassName
{
background-color: #BD3CBB;
}
.BgClassName
{
background-color: #BD3CBB;
}
</style>
border-color css
<style>
span { border-color: #BD3CBB; }
span { border-color: rgb(189,60,187); }
td.TdClassName
{
border-color: #BD3CBB;
}
.TagClassName
{
border-color: #BD3CBB;
}
</style>