Shades of Fuchsia #BD68B8
Tints of Fuchsia #BD68B8
RGB
CMYK
RGB Variations
Color information
#BD68B8 (or 0xBD68B8) is known color: Fuchsia. HEX triplet: BD, 68 and B8. RGB value is (189,104,184). Sum of RGB (Red+Green+Blue) = 189+104+184=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68B8 is #429747. Grayscale: #8A8A8A. Windows color (decimal): -4364104 or 12085437. OLE color: 12085437.
HSL color Cylindrical-coordinate representation of color #BD68B8: hue angle of 303.53º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD68B8 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 184 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.26 |
| HSL | 303.53º | 0.39% | 0.57% | - |
| HSV(B) | 303.53º | 0.45% | 0.74% | - |
| XYZ | 34.59 | 24.18 | 48.19 | - |
| YUV | 138.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 184 | 0 | 0.45 | 0.03 | 0.26 | 303.53 | 0.39 | 0.57 |
| Hex | BD | 68 | B8 | 0 | 2D | 3 | 1A | 130 | 27 | 39 |
| Octal | 275 | 150 | 270 | 0 | 55 | 3 | 32 | 460 | 47 | 71 |
| Binary | 10111101 | 1101000 | 10111000 | 0 | 101101 | 11 | 11010 | 100110000 | 100111 | 111001 |
Color Harmonies of #BD68B8
Complementary color
Monochromatic Colors of #BD68B8
Black with #BD68B8
Text Example
Text Example
White with #BD68B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68B8; }
p { color: rgb(189,104,184); }
H1.HeaderClassName
{
color: #BD68B8;
}
.AnyTagClassName
{
color: #BD68B8;
}
</style>
background-color css
<style>
a { background-color: #BD68B8; }
a { background-color: rgb(189,104,184); }
div.DivClassName
{
background-color: #BD68B8;
}
.BgClassName
{
background-color: #BD68B8;
}
</style>
border-color css
<style>
span { border-color: #BD68B8; }
span { border-color: rgb(189,104,184); }
td.TdClassName
{
border-color: #BD68B8;
}
.TagClassName
{
border-color: #BD68B8;
}
</style>