Shades of Fuchsia #B63EBE
Tints of Fuchsia #B63EBE
RGB
CMYK
RGB Variations
Color information
#B63EBE (or 0xB63EBE) is known color: Fuchsia. HEX triplet: B6, 3E and BE. RGB value is (182,62,190). Sum of RGB (Red+Green+Blue) = 182+62+190=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #B63EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63EBE is #49C141. Grayscale: #707070. Windows color (decimal): -4833602 or 12467894. OLE color: 12467894.
HSL color Cylindrical-coordinate representation of color #B63EBE: hue angle of 296.25º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63EBE is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 62 | 190 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.25 |
| HSL | 296.25º | 0.51% | 0.49% | - |
| HSV(B) | 296.25º | 0.67% | 0.75% | - |
| XYZ | 30.31 | 17.11 | 50.42 | - |
| YUV | 112.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 190 | 0.04 | 0.67 | 0 | 0.25 | 296.25 | 0.51 | 0.49 |
| Hex | B6 | 3E | BE | 4 | 43 | 0 | 19 | 128 | 33 | 31 |
| Octal | 266 | 76 | 276 | 4 | 103 | 0 | 31 | 450 | 63 | 61 |
| Binary | 10110110 | 111110 | 10111110 | 100 | 1000011 | 0 | 11001 | 100101000 | 110011 | 110001 |
Color Harmonies of #B63EBE
Complementary color
Monochromatic Colors of #B63EBE
Black with #B63EBE
Text Example
Text Example
White with #B63EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63EBE; }
p { color: rgb(182,62,190); }
H1.HeaderClassName
{
color: #B63EBE;
}
.AnyTagClassName
{
color: #B63EBE;
}
</style>
background-color css
<style>
a { background-color: #B63EBE; }
a { background-color: rgb(182,62,190); }
div.DivClassName
{
background-color: #B63EBE;
}
.BgClassName
{
background-color: #B63EBE;
}
</style>
border-color css
<style>
span { border-color: #B63EBE; }
span { border-color: rgb(182,62,190); }
td.TdClassName
{
border-color: #B63EBE;
}
.TagClassName
{
border-color: #B63EBE;
}
</style>