Shades of Fuchsia #B03EBD
Tints of Fuchsia #B03EBD
RGB
CMYK
RGB Variations
Color information
#B03EBD (or 0xB03EBD) is known color: Fuchsia. HEX triplet: B0, 3E and BD. RGB value is (176,62,189). Sum of RGB (Red+Green+Blue) = 176+62+189=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #B03EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03EBD is #4FC142. Grayscale: #6E6E6E. Windows color (decimal): -5226819 or 12402352. OLE color: 12402352.
HSL color Cylindrical-coordinate representation of color #B03EBD: hue angle of 293.86º 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 #B03EBD is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 62 | 189 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.26 |
| HSL | 293.86º | 0.51% | 0.49% | - |
| HSV(B) | 293.86º | 0.67% | 0.74% | - |
| XYZ | 28.81 | 16.35 | 49.78 | - |
| YUV | 110.56 | 172.27 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 189 | 0.07 | 0.67 | 0 | 0.26 | 293.86 | 0.51 | 0.49 |
| Hex | B0 | 3E | BD | 7 | 43 | 0 | 1A | 126 | 33 | 31 |
| Octal | 260 | 76 | 275 | 7 | 103 | 0 | 32 | 446 | 63 | 61 |
| Binary | 10110000 | 111110 | 10111101 | 111 | 1000011 | 0 | 11010 | 100100110 | 110011 | 110001 |
Color Harmonies of #B03EBD
Complementary color
Monochromatic Colors of #B03EBD
Black with #B03EBD
Text Example
Text Example
White with #B03EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03EBD; }
p { color: rgb(176,62,189); }
H1.HeaderClassName
{
color: #B03EBD;
}
.AnyTagClassName
{
color: #B03EBD;
}
</style>
background-color css
<style>
a { background-color: #B03EBD; }
a { background-color: rgb(176,62,189); }
div.DivClassName
{
background-color: #B03EBD;
}
.BgClassName
{
background-color: #B03EBD;
}
</style>
border-color css
<style>
span { border-color: #B03EBD; }
span { border-color: rgb(176,62,189); }
td.TdClassName
{
border-color: #B03EBD;
}
.TagClassName
{
border-color: #B03EBD;
}
</style>