Shades of Fuchsia #BD70B3
Tints of Fuchsia #BD70B3
RGB
CMYK
RGB Variations
Color information
#BD70B3 (or 0xBD70B3) is known color: Fuchsia. HEX triplet: BD, 70 and B3. RGB value is (189,112,179). Sum of RGB (Red+Green+Blue) = 189+112+179=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70B3 is #428F4C. Grayscale: #8E8E8E. Windows color (decimal): -4362061 or 11759805. OLE color: 11759805.
HSL color Cylindrical-coordinate representation of color #BD70B3: hue angle of 307.79º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD70B3 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 179 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.26 |
| HSL | 307.79º | 0.37% | 0.59% | - |
| HSV(B) | 307.79º | 0.41% | 0.74% | - |
| XYZ | 34.92 | 25.66 | 45.76 | - |
| YUV | 142.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 179 | 0 | 0.41 | 0.05 | 0.26 | 307.79 | 0.37 | 0.59 |
| Hex | BD | 70 | B3 | 0 | 29 | 5 | 1A | 134 | 25 | 3B |
| Octal | 275 | 160 | 263 | 0 | 51 | 5 | 32 | 464 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10110011 | 0 | 101001 | 101 | 11010 | 100110100 | 100101 | 111011 |
Color Harmonies of #BD70B3
Complementary color
Monochromatic Colors of #BD70B3
Black with #BD70B3
Text Example
Text Example
White with #BD70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70B3; }
p { color: rgb(189,112,179); }
H1.HeaderClassName
{
color: #BD70B3;
}
.AnyTagClassName
{
color: #BD70B3;
}
</style>
background-color css
<style>
a { background-color: #BD70B3; }
a { background-color: rgb(189,112,179); }
div.DivClassName
{
background-color: #BD70B3;
}
.BgClassName
{
background-color: #BD70B3;
}
</style>
border-color css
<style>
span { border-color: #BD70B3; }
span { border-color: rgb(189,112,179); }
td.TdClassName
{
border-color: #BD70B3;
}
.TagClassName
{
border-color: #BD70B3;
}
</style>