Shades of Fuchsia #B63DB4
Tints of Fuchsia #B63DB4
RGB
CMYK
RGB Variations
Color information
#B63DB4 (or 0xB63DB4) is known color: Fuchsia. HEX triplet: B6, 3D and B4. RGB value is (182,61,180). Sum of RGB (Red+Green+Blue) = 182+61+180=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B63DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DB4 is #49C24B. Grayscale: #6E6E6E. Windows color (decimal): -4833868 or 11812278. OLE color: 11812278.
HSL color Cylindrical-coordinate representation of color #B63DB4: hue angle of 300.99º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63DB4 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 180 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.29 |
| HSL | 300.99º | 0.5% | 0.48% | - |
| HSV(B) | 300.99º | 0.66% | 0.71% | - |
| XYZ | 29.2 | 16.58 | 44.84 | - |
| YUV | 110.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 180 | 0 | 0.66 | 0.01 | 0.29 | 300.99 | 0.5 | 0.48 |
| Hex | B6 | 3D | B4 | 0 | 42 | 1 | 1D | 12D | 32 | 30 |
| Octal | 266 | 75 | 264 | 0 | 102 | 1 | 35 | 455 | 62 | 60 |
| Binary | 10110110 | 111101 | 10110100 | 0 | 1000010 | 1 | 11101 | 100101101 | 110010 | 110000 |
Color Harmonies of #B63DB4
Complementary color
Monochromatic Colors of #B63DB4
Black with #B63DB4
Text Example
Text Example
White with #B63DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DB4; }
p { color: rgb(182,61,180); }
H1.HeaderClassName
{
color: #B63DB4;
}
.AnyTagClassName
{
color: #B63DB4;
}
</style>
background-color css
<style>
a { background-color: #B63DB4; }
a { background-color: rgb(182,61,180); }
div.DivClassName
{
background-color: #B63DB4;
}
.BgClassName
{
background-color: #B63DB4;
}
</style>
border-color css
<style>
span { border-color: #B63DB4; }
span { border-color: rgb(182,61,180); }
td.TdClassName
{
border-color: #B63DB4;
}
.TagClassName
{
border-color: #B63DB4;
}
</style>