Shades of Fuchsia #BD62B3
Tints of Fuchsia #BD62B3
RGB
CMYK
RGB Variations
Color information
#BD62B3 (or 0xBD62B3) is known color: Fuchsia. HEX triplet: BD, 62 and B3. RGB value is (189,98,179). Sum of RGB (Red+Green+Blue) = 189+98+179=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD62B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62B3 is #429D4C. Grayscale: #868686. Windows color (decimal): -4365645 or 11756221. OLE color: 11756221.
HSL color Cylindrical-coordinate representation of color #BD62B3: hue angle of 306.59º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD62B3 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 179 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.26 |
| HSL | 306.59º | 0.41% | 0.56% | - |
| HSV(B) | 306.59º | 0.48% | 0.74% | - |
| XYZ | 33.49 | 22.81 | 45.29 | - |
| YUV | 134.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 179 | 0 | 0.48 | 0.05 | 0.26 | 306.59 | 0.41 | 0.56 |
| Hex | BD | 62 | B3 | 0 | 30 | 5 | 1A | 133 | 29 | 38 |
| Octal | 275 | 142 | 263 | 0 | 60 | 5 | 32 | 463 | 51 | 70 |
| Binary | 10111101 | 1100010 | 10110011 | 0 | 110000 | 101 | 11010 | 100110011 | 101001 | 111000 |
Color Harmonies of #BD62B3
Complementary color
Monochromatic Colors of #BD62B3
Black with #BD62B3
Text Example
Text Example
White with #BD62B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62B3; }
p { color: rgb(189,98,179); }
H1.HeaderClassName
{
color: #BD62B3;
}
.AnyTagClassName
{
color: #BD62B3;
}
</style>
background-color css
<style>
a { background-color: #BD62B3; }
a { background-color: rgb(189,98,179); }
div.DivClassName
{
background-color: #BD62B3;
}
.BgClassName
{
background-color: #BD62B3;
}
</style>
border-color css
<style>
span { border-color: #BD62B3; }
span { border-color: rgb(189,98,179); }
td.TdClassName
{
border-color: #BD62B3;
}
.TagClassName
{
border-color: #BD62B3;
}
</style>