#BB3FC8

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

Shades of Fuchsia #BB3FC8

Tints of Fuchsia #BB3FC8

Color information

#BB3FC8 (or 0xBB3FC8) is unknown color: approx Fuchsia. HEX triplet: BB, 3F and C8. RGB value is (187,63,200). Sum of RGB (Red+Green+Blue) = 187+63+200=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB3FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FC8 is #44C037. Grayscale: #737373. Windows color (decimal): -4505656 or 13123515. OLE color: 13123515.

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

Color convert

RGB18763200-
CMYK0.060.6800.22
HSL294.31º55.47%51.57%-
HSV(B)294.31º68.5%78.43%-
XYZ32.718.2956.45-
YUV115.69175.58178.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 63 (25% from 255) = 14%
BLUE value IS 200 (78.52% from 255) = 44.44%
R=41.56%
G=14%
B=44.44%

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
Decimal187632000.060.6800.22294.3155.4751.57
HexBB3FC86440161263734
Octal2737731061040264466764
Binary10111011111111110010001101000100010110100100110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3FC8; }

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

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

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

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

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

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

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

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