Shades of Fuchsia #B63FBD
Tints of Fuchsia #B63FBD
RGB
CMYK
RGB Variations
Color information
#B63FBD (or 0xB63FBD) is known color: Fuchsia. HEX triplet: B6, 3F and BD. RGB value is (182,63,189). Sum of RGB (Red+Green+Blue) = 182+63+189=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #B63FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FBD is #49C042. Grayscale: #707070. Windows color (decimal): -4833347 or 12402614. OLE color: 12402614.
HSL color Cylindrical-coordinate representation of color #B63FBD: hue angle of 296.67º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63FBD is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 63 | 189 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.26 |
| HSL | 296.67º | 0.5% | 0.49% | - |
| HSV(B) | 296.67º | 0.67% | 0.74% | - |
| XYZ | 30.25 | 17.17 | 49.86 | - |
| YUV | 112.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 189 | 0.04 | 0.67 | 0 | 0.26 | 296.67 | 0.5 | 0.49 |
| Hex | B6 | 3F | BD | 4 | 43 | 0 | 1A | 129 | 32 | 31 |
| Octal | 266 | 77 | 275 | 4 | 103 | 0 | 32 | 451 | 62 | 61 |
| Binary | 10110110 | 111111 | 10111101 | 100 | 1000011 | 0 | 11010 | 100101001 | 110010 | 110001 |
Color Harmonies of #B63FBD
Complementary color
Monochromatic Colors of #B63FBD
Black with #B63FBD
Text Example
Text Example
White with #B63FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FBD; }
p { color: rgb(182,63,189); }
H1.HeaderClassName
{
color: #B63FBD;
}
.AnyTagClassName
{
color: #B63FBD;
}
</style>
background-color css
<style>
a { background-color: #B63FBD; }
a { background-color: rgb(182,63,189); }
div.DivClassName
{
background-color: #B63FBD;
}
.BgClassName
{
background-color: #B63FBD;
}
</style>
border-color css
<style>
span { border-color: #B63FBD; }
span { border-color: rgb(182,63,189); }
td.TdClassName
{
border-color: #B63FBD;
}
.TagClassName
{
border-color: #B63FBD;
}
</style>