Shades of Fuchsia #BD67B6
Tints of Fuchsia #BD67B6
RGB
CMYK
RGB Variations
Color information
#BD67B6 (or 0xBD67B6) is known color: Fuchsia. HEX triplet: BD, 67 and B6. RGB value is (189,103,182). Sum of RGB (Red+Green+Blue) = 189+103+182=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67B6 is #429849. Grayscale: #898989. Windows color (decimal): -4364362 or 11954109. OLE color: 11954109.
HSL color Cylindrical-coordinate representation of color #BD67B6: hue angle of 304.88º 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 #BD67B6 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 182 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.26 |
| HSL | 304.88º | 0.39% | 0.57% | - |
| HSV(B) | 304.88º | 0.46% | 0.74% | - |
| XYZ | 34.28 | 23.9 | 47.06 | - |
| YUV | 137.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 182 | 0 | 0.46 | 0.04 | 0.26 | 304.88 | 0.39 | 0.57 |
| Hex | BD | 67 | B6 | 0 | 2E | 4 | 1A | 131 | 27 | 39 |
| Octal | 275 | 147 | 266 | 0 | 56 | 4 | 32 | 461 | 47 | 71 |
| Binary | 10111101 | 1100111 | 10110110 | 0 | 101110 | 100 | 11010 | 100110001 | 100111 | 111001 |
Color Harmonies of #BD67B6
Complementary color
Monochromatic Colors of #BD67B6
Black with #BD67B6
Text Example
Text Example
White with #BD67B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67B6; }
p { color: rgb(189,103,182); }
H1.HeaderClassName
{
color: #BD67B6;
}
.AnyTagClassName
{
color: #BD67B6;
}
</style>
background-color css
<style>
a { background-color: #BD67B6; }
a { background-color: rgb(189,103,182); }
div.DivClassName
{
background-color: #BD67B6;
}
.BgClassName
{
background-color: #BD67B6;
}
</style>
border-color css
<style>
span { border-color: #BD67B6; }
span { border-color: rgb(189,103,182); }
td.TdClassName
{
border-color: #BD67B6;
}
.TagClassName
{
border-color: #BD67B6;
}
</style>