Shades of Fuchsia #B83EBD
Tints of Fuchsia #B83EBD
RGB
CMYK
RGB Variations
Color information
#B83EBD (or 0xB83EBD) is known color: Fuchsia. HEX triplet: B8, 3E and BD. RGB value is (184,62,189). Sum of RGB (Red+Green+Blue) = 184+62+189=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #B83EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83EBD is #47C142. Grayscale: #707070. Windows color (decimal): -4702531 or 12402360. OLE color: 12402360.
HSL color Cylindrical-coordinate representation of color #B83EBD: hue angle of 297.64º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83EBD is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 62 | 189 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.26 |
| HSL | 297.64º | 0.51% | 0.49% | - |
| HSV(B) | 297.64º | 0.67% | 0.74% | - |
| XYZ | 30.68 | 17.31 | 49.87 | - |
| YUV | 112.96 | 170.92 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 189 | 0.03 | 0.67 | 0 | 0.26 | 297.64 | 0.51 | 0.49 |
| Hex | B8 | 3E | BD | 3 | 43 | 0 | 1A | 12A | 33 | 31 |
| Octal | 270 | 76 | 275 | 3 | 103 | 0 | 32 | 452 | 63 | 61 |
| Binary | 10111000 | 111110 | 10111101 | 11 | 1000011 | 0 | 11010 | 100101010 | 110011 | 110001 |
Color Harmonies of #B83EBD
Complementary color
Monochromatic Colors of #B83EBD
Black with #B83EBD
Text Example
Text Example
White with #B83EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83EBD; }
p { color: rgb(184,62,189); }
H1.HeaderClassName
{
color: #B83EBD;
}
.AnyTagClassName
{
color: #B83EBD;
}
</style>
background-color css
<style>
a { background-color: #B83EBD; }
a { background-color: rgb(184,62,189); }
div.DivClassName
{
background-color: #B83EBD;
}
.BgClassName
{
background-color: #B83EBD;
}
</style>
border-color css
<style>
span { border-color: #B83EBD; }
span { border-color: rgb(184,62,189); }
td.TdClassName
{
border-color: #B83EBD;
}
.TagClassName
{
border-color: #B83EBD;
}
</style>