Shades of Fuchsia #B240B3
Tints of Fuchsia #B240B3
RGB
CMYK
RGB Variations
Color information
#B240B3 (or 0xB240B3) is known color: Fuchsia. HEX triplet: B2, 40 and B3. RGB value is (178,64,179). Sum of RGB (Red+Green+Blue) = 178+64+179=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #B240B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240B3 is #4DBF4C. Grayscale: #6E6E6E. Windows color (decimal): -5095245 or 11747506. OLE color: 11747506.
HSL color Cylindrical-coordinate representation of color #B240B3: hue angle of 299.48º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B240B3 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 179 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.30 |
| HSL | 299.48º | 0.47% | 0.48% | - |
| HSV(B) | 299.48º | 0.64% | 0.7% | - |
| XYZ | 28.33 | 16.39 | 44.32 | - |
| YUV | 111.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 179 | 0.01 | 0.64 | 0 | 0.30 | 299.48 | 0.47 | 0.48 |
| Hex | B2 | 40 | B3 | 1 | 40 | 0 | 1E | 12B | 2F | 30 |
| Octal | 262 | 100 | 263 | 1 | 100 | 0 | 36 | 453 | 57 | 60 |
| Binary | 10110010 | 1000000 | 10110011 | 1 | 1000000 | 0 | 11110 | 100101011 | 101111 | 110000 |
Color Harmonies of #B240B3
Complementary color
Monochromatic Colors of #B240B3
Black with #B240B3
Text Example
Text Example
White with #B240B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240B3; }
p { color: rgb(178,64,179); }
H1.HeaderClassName
{
color: #B240B3;
}
.AnyTagClassName
{
color: #B240B3;
}
</style>
background-color css
<style>
a { background-color: #B240B3; }
a { background-color: rgb(178,64,179); }
div.DivClassName
{
background-color: #B240B3;
}
.BgClassName
{
background-color: #B240B3;
}
</style>
border-color css
<style>
span { border-color: #B240B3; }
span { border-color: rgb(178,64,179); }
td.TdClassName
{
border-color: #B240B3;
}
.TagClassName
{
border-color: #B240B3;
}
</style>