Shades of Fuchsia #BD68C7
Tints of Fuchsia #BD68C7
RGB
CMYK
RGB Variations
Color information
#BD68C7 (or 0xBD68C7) is known color: Fuchsia. HEX triplet: BD, 68 and C7. RGB value is (189,104,199). Sum of RGB (Red+Green+Blue) = 189+104+199=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD68C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68C7 is #429738. Grayscale: #8B8B8B. Windows color (decimal): -4364089 or 13068477. OLE color: 13068477.
HSL color Cylindrical-coordinate representation of color #BD68C7: hue angle of 293.68º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD68C7 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 104 | 199 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.22 |
| HSL | 293.68º | 0.46% | 0.59% | - |
| HSV(B) | 293.68º | 0.48% | 0.78% | - |
| XYZ | 36.25 | 24.84 | 56.92 | - |
| YUV | 140.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 199 | 0.05 | 0.48 | 0 | 0.22 | 293.68 | 0.46 | 0.59 |
| Hex | BD | 68 | C7 | 5 | 30 | 0 | 16 | 126 | 2E | 3B |
| Octal | 275 | 150 | 307 | 5 | 60 | 0 | 26 | 446 | 56 | 73 |
| Binary | 10111101 | 1101000 | 11000111 | 101 | 110000 | 0 | 10110 | 100100110 | 101110 | 111011 |
Color Harmonies of #BD68C7
Complementary color
Monochromatic Colors of #BD68C7
Black with #BD68C7
Text Example
Text Example
White with #BD68C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68C7; }
p { color: rgb(189,104,199); }
H1.HeaderClassName
{
color: #BD68C7;
}
.AnyTagClassName
{
color: #BD68C7;
}
</style>
background-color css
<style>
a { background-color: #BD68C7; }
a { background-color: rgb(189,104,199); }
div.DivClassName
{
background-color: #BD68C7;
}
.BgClassName
{
background-color: #BD68C7;
}
</style>
border-color css
<style>
span { border-color: #BD68C7; }
span { border-color: rgb(189,104,199); }
td.TdClassName
{
border-color: #BD68C7;
}
.TagClassName
{
border-color: #BD68C7;
}
</style>