Shades of Fuchsia #BB3DB3
Tints of Fuchsia #BB3DB3
RGB
CMYK
RGB Variations
Color information
#BB3DB3 (or 0xBB3DB3) is known color: Fuchsia. HEX triplet: BB, 3D and B3. RGB value is (187,61,179). Sum of RGB (Red+Green+Blue) = 187+61+179=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DB3 is #44C24C. Grayscale: #6F6F6F. Windows color (decimal): -4506189 or 11746747. OLE color: 11746747.
HSL color Cylindrical-coordinate representation of color #BB3DB3: hue angle of 303.81º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3DB3 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 179 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.27 |
| HSL | 303.81º | 0.51% | 0.49% | - |
| HSV(B) | 303.81º | 0.67% | 0.73% | - |
| XYZ | 30.3 | 17.16 | 44.36 | - |
| YUV | 112.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 179 | 0 | 0.67 | 0.04 | 0.27 | 303.81 | 0.51 | 0.49 |
| Hex | BB | 3D | B3 | 0 | 43 | 4 | 1B | 130 | 33 | 31 |
| Octal | 273 | 75 | 263 | 0 | 103 | 4 | 33 | 460 | 63 | 61 |
| Binary | 10111011 | 111101 | 10110011 | 0 | 1000011 | 100 | 11011 | 100110000 | 110011 | 110001 |
Color Harmonies of #BB3DB3
Complementary color
Monochromatic Colors of #BB3DB3
Black with #BB3DB3
Text Example
Text Example
White with #BB3DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3DB3; }
p { color: rgb(187,61,179); }
H1.HeaderClassName
{
color: #BB3DB3;
}
.AnyTagClassName
{
color: #BB3DB3;
}
</style>
background-color css
<style>
a { background-color: #BB3DB3; }
a { background-color: rgb(187,61,179); }
div.DivClassName
{
background-color: #BB3DB3;
}
.BgClassName
{
background-color: #BB3DB3;
}
</style>
border-color css
<style>
span { border-color: #BB3DB3; }
span { border-color: rgb(187,61,179); }
td.TdClassName
{
border-color: #BB3DB3;
}
.TagClassName
{
border-color: #BB3DB3;
}
</style>