Shades of Fuchsia #BD67BD
Tints of Fuchsia #BD67BD
RGB
CMYK
RGB Variations
Color information
#BD67BD (or 0xBD67BD) is known color: Fuchsia. HEX triplet: BD, 67 and BD. RGB value is (189,103,189). Sum of RGB (Red+Green+Blue) = 189+103+189=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD67BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67BD is #429842. Grayscale: #8A8A8A. Windows color (decimal): -4364355 or 12412861. OLE color: 12412861.
HSL color Cylindrical-coordinate representation of color #BD67BD: hue angle of 300º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD67BD is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 189 | - |
| CMYK | 0 | 0.46 | 0 | 0.26 |
| HSL | 300º | 0.39% | 0.57% | - |
| HSV(B) | 300º | 0.46% | 0.74% | - |
| XYZ | 35.02 | 24.19 | 50.97 | - |
| YUV | 138.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 189 | 0 | 0.46 | 0 | 0.26 | 300 | 0.39 | 0.57 |
| Hex | BD | 67 | BD | 0 | 2E | 0 | 1A | 12C | 27 | 39 |
| Octal | 275 | 147 | 275 | 0 | 56 | 0 | 32 | 454 | 47 | 71 |
| Binary | 10111101 | 1100111 | 10111101 | 0 | 101110 | 0 | 11010 | 100101100 | 100111 | 111001 |
Color Harmonies of #BD67BD
Complementary color
Monochromatic Colors of #BD67BD
Black with #BD67BD
Text Example
Text Example
White with #BD67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67BD; }
p { color: rgb(189,103,189); }
H1.HeaderClassName
{
color: #BD67BD;
}
.AnyTagClassName
{
color: #BD67BD;
}
</style>
background-color css
<style>
a { background-color: #BD67BD; }
a { background-color: rgb(189,103,189); }
div.DivClassName
{
background-color: #BD67BD;
}
.BgClassName
{
background-color: #BD67BD;
}
</style>
border-color css
<style>
span { border-color: #BD67BD; }
span { border-color: rgb(189,103,189); }
td.TdClassName
{
border-color: #BD67BD;
}
.TagClassName
{
border-color: #BD67BD;
}
</style>