Shades of Fuchsia #BD75B6
Tints of Fuchsia #BD75B6
RGB
CMYK
RGB Variations
Color information
#BD75B6 (or 0xBD75B6) is known color: Fuchsia. HEX triplet: BD, 75 and B6. RGB value is (189,117,182). Sum of RGB (Red+Green+Blue) = 189+117+182=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD75B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75B6 is #428A49. Grayscale: #919191. Windows color (decimal): -4360778 or 11957693. OLE color: 11957693.
HSL color Cylindrical-coordinate representation of color #BD75B6: hue angle of 305.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD75B6 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 182 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.26 |
| HSL | 305.83º | 0.35% | 0.6% | - |
| HSV(B) | 305.83º | 0.38% | 0.74% | - |
| XYZ | 35.79 | 26.92 | 47.57 | - |
| YUV | 145.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 182 | 0 | 0.38 | 0.04 | 0.26 | 305.83 | 0.35 | 0.6 |
| Hex | BD | 75 | B6 | 0 | 26 | 4 | 1A | 132 | 23 | 3C |
| Octal | 275 | 165 | 266 | 0 | 46 | 4 | 32 | 462 | 43 | 74 |
| Binary | 10111101 | 1110101 | 10110110 | 0 | 100110 | 100 | 11010 | 100110010 | 100011 | 111100 |
Color Harmonies of #BD75B6
Complementary color
Monochromatic Colors of #BD75B6
Black with #BD75B6
Text Example
Text Example
White with #BD75B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD75B6; }
p { color: rgb(189,117,182); }
H1.HeaderClassName
{
color: #BD75B6;
}
.AnyTagClassName
{
color: #BD75B6;
}
</style>
background-color css
<style>
a { background-color: #BD75B6; }
a { background-color: rgb(189,117,182); }
div.DivClassName
{
background-color: #BD75B6;
}
.BgClassName
{
background-color: #BD75B6;
}
</style>
border-color css
<style>
span { border-color: #BD75B6; }
span { border-color: rgb(189,117,182); }
td.TdClassName
{
border-color: #BD75B6;
}
.TagClassName
{
border-color: #BD75B6;
}
</style>