Shades of Fuchsia #BD69B3
Tints of Fuchsia #BD69B3
RGB
CMYK
RGB Variations
Color information
#BD69B3 (or 0xBD69B3) is known color: Fuchsia. HEX triplet: BD, 69 and B3. RGB value is (189,105,179). Sum of RGB (Red+Green+Blue) = 189+105+179=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD69B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69B3 is #42964C. Grayscale: #8A8A8A. Windows color (decimal): -4363853 or 11758013. OLE color: 11758013.
HSL color Cylindrical-coordinate representation of color #BD69B3: hue angle of 307.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD69B3 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 179 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.26 |
| HSL | 307.14º | 0.39% | 0.58% | - |
| HSV(B) | 307.14º | 0.44% | 0.74% | - |
| XYZ | 34.17 | 24.18 | 45.51 | - |
| YUV | 138.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 179 | 0 | 0.44 | 0.05 | 0.26 | 307.14 | 0.39 | 0.58 |
| Hex | BD | 69 | B3 | 0 | 2C | 5 | 1A | 133 | 27 | 3A |
| Octal | 275 | 151 | 263 | 0 | 54 | 5 | 32 | 463 | 47 | 72 |
| Binary | 10111101 | 1101001 | 10110011 | 0 | 101100 | 101 | 11010 | 100110011 | 100111 | 111010 |
Color Harmonies of #BD69B3
Complementary color
Monochromatic Colors of #BD69B3
Black with #BD69B3
Text Example
Text Example
White with #BD69B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69B3; }
p { color: rgb(189,105,179); }
H1.HeaderClassName
{
color: #BD69B3;
}
.AnyTagClassName
{
color: #BD69B3;
}
</style>
background-color css
<style>
a { background-color: #BD69B3; }
a { background-color: rgb(189,105,179); }
div.DivClassName
{
background-color: #BD69B3;
}
.BgClassName
{
background-color: #BD69B3;
}
</style>
border-color css
<style>
span { border-color: #BD69B3; }
span { border-color: rgb(189,105,179); }
td.TdClassName
{
border-color: #BD69B3;
}
.TagClassName
{
border-color: #BD69B3;
}
</style>