Shades of Fuchsia #BD5BBF
Tints of Fuchsia #BD5BBF
RGB
CMYK
RGB Variations
Color information
#BD5BBF (or 0xBD5BBF) is known color: Fuchsia. HEX triplet: BD, 5B and BF. RGB value is (189,91,191). Sum of RGB (Red+Green+Blue) = 189+91+191=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD5BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5BBF is #42A440. Grayscale: #838383. Windows color (decimal): -4367425 or 12540861. OLE color: 12540861.
HSL color Cylindrical-coordinate representation of color #BD5BBF: hue angle of 298.8º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5BBF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 91 | 191 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.25 |
| HSL | 298.8º | 0.44% | 0.55% | - |
| HSV(B) | 298.8º | 0.52% | 0.75% | - |
| XYZ | 34.13 | 22.06 | 51.75 | - |
| YUV | 131.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 191 | 0.01 | 0.52 | 0 | 0.25 | 298.8 | 0.44 | 0.55 |
| Hex | BD | 5B | BF | 1 | 34 | 0 | 19 | 12B | 2C | 37 |
| Octal | 275 | 133 | 277 | 1 | 64 | 0 | 31 | 453 | 54 | 67 |
| Binary | 10111101 | 1011011 | 10111111 | 1 | 110100 | 0 | 11001 | 100101011 | 101100 | 110111 |
Color Harmonies of #BD5BBF
Complementary color
Monochromatic Colors of #BD5BBF
Black with #BD5BBF
Text Example
Text Example
White with #BD5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5BBF; }
p { color: rgb(189,91,191); }
H1.HeaderClassName
{
color: #BD5BBF;
}
.AnyTagClassName
{
color: #BD5BBF;
}
</style>
background-color css
<style>
a { background-color: #BD5BBF; }
a { background-color: rgb(189,91,191); }
div.DivClassName
{
background-color: #BD5BBF;
}
.BgClassName
{
background-color: #BD5BBF;
}
</style>
border-color css
<style>
span { border-color: #BD5BBF; }
span { border-color: rgb(189,91,191); }
td.TdClassName
{
border-color: #BD5BBF;
}
.TagClassName
{
border-color: #BD5BBF;
}
</style>