Shades of Fuchsia #BB67C3
Tints of Fuchsia #BB67C3
RGB
CMYK
RGB Variations
Color information
#BB67C3 (or 0xBB67C3) is known color: Fuchsia. HEX triplet: BB, 67 and C3. RGB value is (187,103,195). Sum of RGB (Red+Green+Blue) = 187+103+195=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB67C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67C3 is #44983C. Grayscale: #8A8A8A. Windows color (decimal): -4495421 or 12806075. OLE color: 12806075.
HSL color Cylindrical-coordinate representation of color #BB67C3: hue angle of 294.78º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB67C3 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 103 | 195 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.24 |
| HSL | 294.78º | 0.43% | 0.58% | - |
| HSV(B) | 294.78º | 0.47% | 0.76% | - |
| XYZ | 35.19 | 24.21 | 54.45 | - |
| YUV | 138.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 195 | 0.04 | 0.47 | 0 | 0.24 | 294.78 | 0.43 | 0.58 |
| Hex | BB | 67 | C3 | 4 | 2F | 0 | 18 | 127 | 2B | 3A |
| Octal | 273 | 147 | 303 | 4 | 57 | 0 | 30 | 447 | 53 | 72 |
| Binary | 10111011 | 1100111 | 11000011 | 100 | 101111 | 0 | 11000 | 100100111 | 101011 | 111010 |
Color Harmonies of #BB67C3
Complementary color
Monochromatic Colors of #BB67C3
Black with #BB67C3
Text Example
Text Example
White with #BB67C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB67C3; }
p { color: rgb(187,103,195); }
H1.HeaderClassName
{
color: #BB67C3;
}
.AnyTagClassName
{
color: #BB67C3;
}
</style>
background-color css
<style>
a { background-color: #BB67C3; }
a { background-color: rgb(187,103,195); }
div.DivClassName
{
background-color: #BB67C3;
}
.BgClassName
{
background-color: #BB67C3;
}
</style>
border-color css
<style>
span { border-color: #BB67C3; }
span { border-color: rgb(187,103,195); }
td.TdClassName
{
border-color: #BB67C3;
}
.TagClassName
{
border-color: #BB67C3;
}
</style>