Shades of Fuchsia #BD67B1
Tints of Fuchsia #BD67B1
RGB
CMYK
RGB Variations
Color information
#BD67B1 (or 0xBD67B1) is known color: Fuchsia. HEX triplet: BD, 67 and B1. RGB value is (189,103,177). Sum of RGB (Red+Green+Blue) = 189+103+177=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67B1 is #42984E. Grayscale: #888888. Windows color (decimal): -4364367 or 11626429. OLE color: 11626429.
HSL color Cylindrical-coordinate representation of color #BD67B1: hue angle of 308.37º 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 #BD67B1 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 177 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.26 |
| HSL | 308.37º | 0.39% | 0.57% | - |
| HSV(B) | 308.37º | 0.46% | 0.74% | - |
| XYZ | 33.77 | 23.69 | 44.39 | - |
| YUV | 137.15 | 150.49 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 177 | 0 | 0.46 | 0.06 | 0.26 | 308.37 | 0.39 | 0.57 |
| Hex | BD | 67 | B1 | 0 | 2E | 6 | 1A | 134 | 27 | 39 |
| Octal | 275 | 147 | 261 | 0 | 56 | 6 | 32 | 464 | 47 | 71 |
| Binary | 10111101 | 1100111 | 10110001 | 0 | 101110 | 110 | 11010 | 100110100 | 100111 | 111001 |
Color Harmonies of #BD67B1
Complementary color
Monochromatic Colors of #BD67B1
Black with #BD67B1
Text Example
Text Example
White with #BD67B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67B1; }
p { color: rgb(189,103,177); }
H1.HeaderClassName
{
color: #BD67B1;
}
.AnyTagClassName
{
color: #BD67B1;
}
</style>
background-color css
<style>
a { background-color: #BD67B1; }
a { background-color: rgb(189,103,177); }
div.DivClassName
{
background-color: #BD67B1;
}
.BgClassName
{
background-color: #BD67B1;
}
</style>
border-color css
<style>
span { border-color: #BD67B1; }
span { border-color: rgb(189,103,177); }
td.TdClassName
{
border-color: #BD67B1;
}
.TagClassName
{
border-color: #BD67B1;
}
</style>