#BB3CAC

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

Shades of Fuchsia #BB3CAC

Tints of Fuchsia #BB3CAC

Color information

#BB3CAC (or 0xBB3CAC) is unknown color: approx Fuchsia. HEX triplet: BB, 3C and AC. RGB value is (187,60,172). Sum of RGB (Red+Green+Blue) = 187+60+172=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3CAC is #44C353. Grayscale: #6E6E6E. Windows color (decimal): -4506452 or 11287739. OLE color: 11287739.

HSL color Cylindrical-coordinate representation of color #BB3CAC: hue angle of 307.09º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3CAC is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18760172-
CMYK00.680.080.27
HSL307.09º51.42%48.43%-
HSV(B)307.09º67.91%73.33%-
XYZ29.5616.7840.71-
YUV110.74162.58182.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 60 (23.83% from 255) = 14.32%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=44.63%
G=14.32%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876017200.680.080.27307.0951.4248.43
HexBB3CAC04481B1333330
Octal27374254010410334636360
Binary101110111111001010110001000100100011011100110011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3CAC; }

 p { color: rgb(187,60,172); }

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

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

 a { background-color: rgb(187,60,172); }

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

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

 span { border-color: rgb(187,60,172); }

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