Shades of Fuchsia #BD55C2
Tints of Fuchsia #BD55C2
RGB
CMYK
RGB Variations
Color information
#BD55C2 (or 0xBD55C2) is known color: Fuchsia. HEX triplet: BD, 55 and C2. RGB value is (189,85,194). Sum of RGB (Red+Green+Blue) = 189+85+194=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD55C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55C2 is #42AA3D. Grayscale: #808080. Windows color (decimal): -4368958 or 12735933. OLE color: 12735933.
HSL color Cylindrical-coordinate representation of color #BD55C2: hue angle of 297.25º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD55C2 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 85 | 194 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.24 |
| HSL | 297.25º | 0.47% | 0.55% | - |
| HSV(B) | 297.25º | 0.56% | 0.76% | - |
| XYZ | 33.97 | 21.21 | 53.34 | - |
| YUV | 128.52 | 164.96 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 194 | 0.03 | 0.56 | 0 | 0.24 | 297.25 | 0.47 | 0.55 |
| Hex | BD | 55 | C2 | 3 | 38 | 0 | 18 | 129 | 2F | 37 |
| Octal | 275 | 125 | 302 | 3 | 70 | 0 | 30 | 451 | 57 | 67 |
| Binary | 10111101 | 1010101 | 11000010 | 11 | 111000 | 0 | 11000 | 100101001 | 101111 | 110111 |
Color Harmonies of #BD55C2
Complementary color
Monochromatic Colors of #BD55C2
Black with #BD55C2
Text Example
Text Example
White with #BD55C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55C2; }
p { color: rgb(189,85,194); }
H1.HeaderClassName
{
color: #BD55C2;
}
.AnyTagClassName
{
color: #BD55C2;
}
</style>
background-color css
<style>
a { background-color: #BD55C2; }
a { background-color: rgb(189,85,194); }
div.DivClassName
{
background-color: #BD55C2;
}
.BgClassName
{
background-color: #BD55C2;
}
</style>
border-color css
<style>
span { border-color: #BD55C2; }
span { border-color: rgb(189,85,194); }
td.TdClassName
{
border-color: #BD55C2;
}
.TagClassName
{
border-color: #BD55C2;
}
</style>