#BB4AC7

Color #BB4AC7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BB4AC7

Tints of Fuchsia #BB4AC7

Color information

#BB4AC7 (or 0xBB4AC7) is unknown color: approx Fuchsia. HEX triplet: BB, 4A and C7. RGB value is (187,74,199). Sum of RGB (Red+Green+Blue) = 187+74+199=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB4AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4AC7 is #44B538. Grayscale: #797979. Windows color (decimal): -4502841 or 13060795. OLE color: 13060795.

HSL color Cylindrical-coordinate representation of color #BB4AC7: hue angle of 294.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4AC7 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18774199-
CMYK0.060.6300.22
HSL294.24º52.74%53.53%-
HSV(B)294.24º62.81%78.04%-
XYZ33.2519.5956.06-
YUV122.04171.44174.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 74 (29.30% from 255) = 16.09%
BLUE value IS 199 (78.12% from 255) = 43.26%
R=40.65%
G=16.09%
B=43.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187741990.060.6300.22294.2452.7453.53
HexBB4AC763F0161263536
Octal2731123076770264466566
Binary10111011100101011000111110111111010110100100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4AC7; }

 p { color: rgb(187,74,199); }

 H1.HeaderClassName
 {
   color: #BB4AC7;
 }
 .AnyTagClassName
 {
   color: #BB4AC7;
 }
</style>
background-color css

<style>
 a { background-color: #BB4AC7; }

 a { background-color: rgb(187,74,199); }

 div.DivClassName
 {
   background-color: #BB4AC7;
 }
 .BgClassName
 {
   background-color: #BB4AC7;
 }
</style>
border-color css

<style>
 span { border-color: #BB4AC7; }

 span { border-color: rgb(187,74,199); }

 td.TdClassName
 {
   border-color: #BB4AC7;
 }
 .TagClassName
 {
   border-color: #BB4AC7;
 }
</style>