Shades of Fuchsia #B83DB3
Tints of Fuchsia #B83DB3
RGB
CMYK
RGB Variations
Color information
#B83DB3 (or 0xB83DB3) is known color: Fuchsia. HEX triplet: B8, 3D and B3. RGB value is (184,61,179). Sum of RGB (Red+Green+Blue) = 184+61+179=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B83DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DB3 is #47C24C. Grayscale: #6E6E6E. Windows color (decimal): -4702797 or 11746744. OLE color: 11746744.
HSL color Cylindrical-coordinate representation of color #B83DB3: hue angle of 302.44º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83DB3 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 179 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.28 |
| HSL | 302.44º | 0.5% | 0.48% | - |
| HSV(B) | 302.44º | 0.67% | 0.72% | - |
| XYZ | 29.57 | 16.78 | 44.33 | - |
| YUV | 111.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 179 | 0 | 0.67 | 0.03 | 0.28 | 302.44 | 0.5 | 0.48 |
| Hex | B8 | 3D | B3 | 0 | 43 | 3 | 1C | 12E | 32 | 30 |
| Octal | 270 | 75 | 263 | 0 | 103 | 3 | 34 | 456 | 62 | 60 |
| Binary | 10111000 | 111101 | 10110011 | 0 | 1000011 | 11 | 11100 | 100101110 | 110010 | 110000 |
Color Harmonies of #B83DB3
Complementary color
Monochromatic Colors of #B83DB3
Black with #B83DB3
Text Example
Text Example
White with #B83DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DB3; }
p { color: rgb(184,61,179); }
H1.HeaderClassName
{
color: #B83DB3;
}
.AnyTagClassName
{
color: #B83DB3;
}
</style>
background-color css
<style>
a { background-color: #B83DB3; }
a { background-color: rgb(184,61,179); }
div.DivClassName
{
background-color: #B83DB3;
}
.BgClassName
{
background-color: #B83DB3;
}
</style>
border-color css
<style>
span { border-color: #B83DB3; }
span { border-color: rgb(184,61,179); }
td.TdClassName
{
border-color: #B83DB3;
}
.TagClassName
{
border-color: #B83DB3;
}
</style>