Shades of Fuchsia #B246BE
Tints of Fuchsia #B246BE
RGB
CMYK
RGB Variations
Color information
#B246BE (or 0xB246BE) is known color: Fuchsia. HEX triplet: B2, 46 and BE. RGB value is (178,70,190). Sum of RGB (Red+Green+Blue) = 178+70+190=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #B246BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246BE is #4DB941. Grayscale: #737373. Windows color (decimal): -5093698 or 12469938. OLE color: 12469938.
HSL color Cylindrical-coordinate representation of color #B246BE: hue angle of 294º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B246BE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 70 | 190 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.25 |
| HSL | 294º | 0.48% | 0.51% | - |
| HSV(B) | 294º | 0.63% | 0.75% | - |
| XYZ | 29.84 | 17.56 | 50.53 | - |
| YUV | 115.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 190 | 0.06 | 0.63 | 0 | 0.25 | 294 | 0.48 | 0.51 |
| Hex | B2 | 46 | BE | 6 | 3F | 0 | 19 | 126 | 30 | 33 |
| Octal | 262 | 106 | 276 | 6 | 77 | 0 | 31 | 446 | 60 | 63 |
| Binary | 10110010 | 1000110 | 10111110 | 110 | 111111 | 0 | 11001 | 100100110 | 110000 | 110011 |
Color Harmonies of #B246BE
Complementary color
Monochromatic Colors of #B246BE
Black with #B246BE
Text Example
Text Example
White with #B246BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B246BE; }
p { color: rgb(178,70,190); }
H1.HeaderClassName
{
color: #B246BE;
}
.AnyTagClassName
{
color: #B246BE;
}
</style>
background-color css
<style>
a { background-color: #B246BE; }
a { background-color: rgb(178,70,190); }
div.DivClassName
{
background-color: #B246BE;
}
.BgClassName
{
background-color: #B246BE;
}
</style>
border-color css
<style>
span { border-color: #B246BE; }
span { border-color: rgb(178,70,190); }
td.TdClassName
{
border-color: #B246BE;
}
.TagClassName
{
border-color: #B246BE;
}
</style>