Shades of Fuchsia #BB67B7
Tints of Fuchsia #BB67B7
RGB
CMYK
RGB Variations
Color information
#BB67B7 (or 0xBB67B7) is known color: Fuchsia. HEX triplet: BB, 67 and B7. RGB value is (187,103,183). Sum of RGB (Red+Green+Blue) = 187+103+183=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB67B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67B7 is #449848. Grayscale: #898989. Windows color (decimal): -4495433 or 12019643. OLE color: 12019643.
HSL color Cylindrical-coordinate representation of color #BB67B7: hue angle of 302.86º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB67B7 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 183 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.27 |
| HSL | 302.86º | 0.38% | 0.57% | - |
| HSV(B) | 302.86º | 0.45% | 0.73% | - |
| XYZ | 33.89 | 23.68 | 47.59 | - |
| YUV | 137.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 183 | 0 | 0.45 | 0.02 | 0.27 | 302.86 | 0.38 | 0.57 |
| Hex | BB | 67 | B7 | 0 | 2D | 2 | 1B | 12F | 26 | 39 |
| Octal | 273 | 147 | 267 | 0 | 55 | 2 | 33 | 457 | 46 | 71 |
| Binary | 10111011 | 1100111 | 10110111 | 0 | 101101 | 10 | 11011 | 100101111 | 100110 | 111001 |
Color Harmonies of #BB67B7
Complementary color
Monochromatic Colors of #BB67B7
Black with #BB67B7
Text Example
Text Example
White with #BB67B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB67B7; }
p { color: rgb(187,103,183); }
H1.HeaderClassName
{
color: #BB67B7;
}
.AnyTagClassName
{
color: #BB67B7;
}
</style>
background-color css
<style>
a { background-color: #BB67B7; }
a { background-color: rgb(187,103,183); }
div.DivClassName
{
background-color: #BB67B7;
}
.BgClassName
{
background-color: #BB67B7;
}
</style>
border-color css
<style>
span { border-color: #BB67B7; }
span { border-color: rgb(187,103,183); }
td.TdClassName
{
border-color: #BB67B7;
}
.TagClassName
{
border-color: #BB67B7;
}
</style>