Shades of Fuchsia #B83DBD
Tints of Fuchsia #B83DBD
RGB
CMYK
RGB Variations
Color information
#B83DBD (or 0xB83DBD) is known color: Fuchsia. HEX triplet: B8, 3D and BD. RGB value is (184,61,189). Sum of RGB (Red+Green+Blue) = 184+61+189=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #B83DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DBD is #47C242. Grayscale: #6F6F6F. Windows color (decimal): -4702787 or 12402104. OLE color: 12402104.
HSL color Cylindrical-coordinate representation of color #B83DBD: hue angle of 297.66º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83DBD is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 61 | 189 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.26 |
| HSL | 297.66º | 0.51% | 0.49% | - |
| HSV(B) | 297.66º | 0.68% | 0.74% | - |
| XYZ | 30.62 | 17.2 | 49.85 | - |
| YUV | 112.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 189 | 0.03 | 0.68 | 0 | 0.26 | 297.66 | 0.51 | 0.49 |
| Hex | B8 | 3D | BD | 3 | 44 | 0 | 1A | 12A | 33 | 31 |
| Octal | 270 | 75 | 275 | 3 | 104 | 0 | 32 | 452 | 63 | 61 |
| Binary | 10111000 | 111101 | 10111101 | 11 | 1000100 | 0 | 11010 | 100101010 | 110011 | 110001 |
Color Harmonies of #B83DBD
Complementary color
Monochromatic Colors of #B83DBD
Black with #B83DBD
Text Example
Text Example
White with #B83DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DBD; }
p { color: rgb(184,61,189); }
H1.HeaderClassName
{
color: #B83DBD;
}
.AnyTagClassName
{
color: #B83DBD;
}
</style>
background-color css
<style>
a { background-color: #B83DBD; }
a { background-color: rgb(184,61,189); }
div.DivClassName
{
background-color: #B83DBD;
}
.BgClassName
{
background-color: #B83DBD;
}
</style>
border-color css
<style>
span { border-color: #B83DBD; }
span { border-color: rgb(184,61,189); }
td.TdClassName
{
border-color: #B83DBD;
}
.TagClassName
{
border-color: #B83DBD;
}
</style>