Shades of Fuchsia #BB67C2
Tints of Fuchsia #BB67C2
RGB
CMYK
RGB Variations
Color information
#BB67C2 (or 0xBB67C2) is known color: Fuchsia. HEX triplet: BB, 67 and C2. RGB value is (187,103,194). Sum of RGB (Red+Green+Blue) = 187+103+194=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB67C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67C2 is #44983D. Grayscale: #8A8A8A. Windows color (decimal): -4495422 or 12740539. OLE color: 12740539.
HSL color Cylindrical-coordinate representation of color #BB67C2: hue angle of 295.38º 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 #BB67C2 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 103 | 194 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.24 |
| HSL | 295.38º | 0.43% | 0.58% | - |
| HSV(B) | 295.38º | 0.47% | 0.76% | - |
| XYZ | 35.08 | 24.16 | 53.85 | - |
| YUV | 138.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 194 | 0.04 | 0.47 | 0 | 0.24 | 295.38 | 0.43 | 0.58 |
| Hex | BB | 67 | C2 | 4 | 2F | 0 | 18 | 127 | 2B | 3A |
| Octal | 273 | 147 | 302 | 4 | 57 | 0 | 30 | 447 | 53 | 72 |
| Binary | 10111011 | 1100111 | 11000010 | 100 | 101111 | 0 | 11000 | 100100111 | 101011 | 111010 |
Color Harmonies of #BB67C2
Complementary color
Monochromatic Colors of #BB67C2
Black with #BB67C2
Text Example
Text Example
White with #BB67C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB67C2; }
p { color: rgb(187,103,194); }
H1.HeaderClassName
{
color: #BB67C2;
}
.AnyTagClassName
{
color: #BB67C2;
}
</style>
background-color css
<style>
a { background-color: #BB67C2; }
a { background-color: rgb(187,103,194); }
div.DivClassName
{
background-color: #BB67C2;
}
.BgClassName
{
background-color: #BB67C2;
}
</style>
border-color css
<style>
span { border-color: #BB67C2; }
span { border-color: rgb(187,103,194); }
td.TdClassName
{
border-color: #BB67C2;
}
.TagClassName
{
border-color: #BB67C2;
}
</style>