#BB3FC6

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

Shades of Fuchsia #BB3FC6

Tints of Fuchsia #BB3FC6

Color information

#BB3FC6 (or 0xBB3FC6) is unknown color: approx Fuchsia. HEX triplet: BB, 3F and C6. RGB value is (187,63,198). Sum of RGB (Red+Green+Blue) = 187+63+198=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB3FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FC6 is #44C039. Grayscale: #737373. Windows color (decimal): -4505658 or 12992443. OLE color: 12992443.

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

Color convert

RGB18763198-
CMYK0.060.6800.22
HSL295.11º54.22%51.18%-
HSV(B)295.11º68.18%77.65%-
XYZ32.4618.255.23-
YUV115.47174.58179.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 63 (25% from 255) = 14.06%
BLUE value IS 198 (77.73% from 255) = 44.20%
R=41.74%
G=14.06%
B=44.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187631980.060.6800.22295.1154.2251.18
HexBB3FC66440161273633
Octal2737730661040264476663
Binary10111011111111110001101101000100010110100100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3FC6; }

 p { color: rgb(187,63,198); }

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

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

 a { background-color: rgb(187,63,198); }

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

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

 span { border-color: rgb(187,63,198); }

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