Shades of Fuchsia #BB4DC4
Tints of Fuchsia #BB4DC4
RGB
CMYK
RGB Variations
Color information
#BB4DC4 (or 0xBB4DC4) is known color: Fuchsia. HEX triplet: BB, 4D and C4. RGB value is (187,77,196). Sum of RGB (Red+Green+Blue) = 187+77+196=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB4DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DC4 is #44B23B. Grayscale: #7B7B7B. Windows color (decimal): -4502076 or 12864955. OLE color: 12864955.
HSL color Cylindrical-coordinate representation of color #BB4DC4: hue angle of 295.46º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4DC4 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 77 | 196 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.23 |
| HSL | 295.46º | 0.5% | 0.54% | - |
| HSV(B) | 295.46º | 0.61% | 0.77% | - |
| XYZ | 33.11 | 19.86 | 54.31 | - |
| YUV | 123.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 196 | 0.05 | 0.61 | 0 | 0.23 | 295.46 | 0.5 | 0.54 |
| Hex | BB | 4D | C4 | 5 | 3D | 0 | 17 | 127 | 32 | 36 |
| Octal | 273 | 115 | 304 | 5 | 75 | 0 | 27 | 447 | 62 | 66 |
| Binary | 10111011 | 1001101 | 11000100 | 101 | 111101 | 0 | 10111 | 100100111 | 110010 | 110110 |
Color Harmonies of #BB4DC4
Complementary color
Monochromatic Colors of #BB4DC4
Black with #BB4DC4
Text Example
Text Example
White with #BB4DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DC4; }
p { color: rgb(187,77,196); }
H1.HeaderClassName
{
color: #BB4DC4;
}
.AnyTagClassName
{
color: #BB4DC4;
}
</style>
background-color css
<style>
a { background-color: #BB4DC4; }
a { background-color: rgb(187,77,196); }
div.DivClassName
{
background-color: #BB4DC4;
}
.BgClassName
{
background-color: #BB4DC4;
}
</style>
border-color css
<style>
span { border-color: #BB4DC4; }
span { border-color: rgb(187,77,196); }
td.TdClassName
{
border-color: #BB4DC4;
}
.TagClassName
{
border-color: #BB4DC4;
}
</style>