Shades of Fuchsia #BB64B7
Tints of Fuchsia #BB64B7
RGB
CMYK
RGB Variations
Color information
#BB64B7 (or 0xBB64B7) is known color: Fuchsia. HEX triplet: BB, 64 and B7. RGB value is (187,100,183). Sum of RGB (Red+Green+Blue) = 187+100+183=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB64B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64B7 is #449B48. Grayscale: #878787. Windows color (decimal): -4496201 or 12018875. OLE color: 12018875.
HSL color Cylindrical-coordinate representation of color #BB64B7: hue angle of 302.76º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB64B7 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 100 | 183 | - |
CMYK | 0 | 0.47 | 0.02 | 0.27 |
HSL | 302.76º | 0.39% | 0.56% | - |
HSV(B) | 302.76º | 0.47% | 0.73% | - |
XYZ | 33.6 | 23.1 | 47.49 | - |
YUV | 135.48 | 154.82 | 164.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 100 | 183 | 0 | 0.47 | 0.02 | 0.27 | 302.76 | 0.39 | 0.56 |
Hex | BB | 64 | B7 | 0 | 2F | 2 | 1B | 12F | 27 | 38 |
Octal | 273 | 144 | 267 | 0 | 57 | 2 | 33 | 457 | 47 | 70 |
Binary | 10111011 | 1100100 | 10110111 | 0 | 101111 | 10 | 11011 | 100101111 | 100111 | 111000 |
Color Harmonies of #BB64B7
Complementary color
Monochromatic Colors of #BB64B7
Black with #BB64B7
Text Example
Text Example
White with #BB64B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64B7; }
p { color: rgb(187,100,183); }
H1.HeaderClassName
{
color: #BB64B7;
}
.AnyTagClassName
{
color: #BB64B7;
}
</style>
background-color css
<style>
a { background-color: #BB64B7; }
a { background-color: rgb(187,100,183); }
div.DivClassName
{
background-color: #BB64B7;
}
.BgClassName
{
background-color: #BB64B7;
}
</style>
border-color css
<style>
span { border-color: #BB64B7; }
span { border-color: rgb(187,100,183); }
td.TdClassName
{
border-color: #BB64B7;
}
.TagClassName
{
border-color: #BB64B7;
}
</style>