Shades of Fuchsia #B63DB5
Tints of Fuchsia #B63DB5
RGB
CMYK
RGB Variations
Color information
#B63DB5 (or 0xB63DB5) is known color: Fuchsia. HEX triplet: B6, 3D and B5. RGB value is (182,61,181). Sum of RGB (Red+Green+Blue) = 182+61+181=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B63DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DB5 is #49C24A. Grayscale: #6E6E6E. Windows color (decimal): -4833867 or 11877814. OLE color: 11877814.
HSL color Cylindrical-coordinate representation of color #B63DB5: hue angle of 300.5º 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 #B63DB5 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 181 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.29 |
| HSL | 300.5º | 0.5% | 0.48% | - |
| HSV(B) | 300.5º | 0.66% | 0.71% | - |
| XYZ | 29.3 | 16.62 | 45.38 | - |
| YUV | 110.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 181 | 0 | 0.66 | 0.01 | 0.29 | 300.5 | 0.5 | 0.48 |
| Hex | B6 | 3D | B5 | 0 | 42 | 1 | 1D | 12C | 32 | 30 |
| Octal | 266 | 75 | 265 | 0 | 102 | 1 | 35 | 454 | 62 | 60 |
| Binary | 10110110 | 111101 | 10110101 | 0 | 1000010 | 1 | 11101 | 100101100 | 110010 | 110000 |
Color Harmonies of #B63DB5
Complementary color
Monochromatic Colors of #B63DB5
Black with #B63DB5
Text Example
Text Example
White with #B63DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DB5; }
p { color: rgb(182,61,181); }
H1.HeaderClassName
{
color: #B63DB5;
}
.AnyTagClassName
{
color: #B63DB5;
}
</style>
background-color css
<style>
a { background-color: #B63DB5; }
a { background-color: rgb(182,61,181); }
div.DivClassName
{
background-color: #B63DB5;
}
.BgClassName
{
background-color: #B63DB5;
}
</style>
border-color css
<style>
span { border-color: #B63DB5; }
span { border-color: rgb(182,61,181); }
td.TdClassName
{
border-color: #B63DB5;
}
.TagClassName
{
border-color: #B63DB5;
}
</style>