#BB4FBC

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

Shades of Fuchsia #BB4FBC

Tints of Fuchsia #BB4FBC

Color information

#BB4FBC (or 0xBB4FBC) is unknown color: approx Fuchsia. HEX triplet: BB, 4F and BC. RGB value is (187,79,188). Sum of RGB (Red+Green+Blue) = 187+79+188=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB4FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FBC is #44B043. Grayscale: #7B7B7B. Windows color (decimal): -4501572 or 12341179. OLE color: 12341179.

HSL color Cylindrical-coordinate representation of color #BB4FBC: hue angle of 299.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4FBC is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18779188-
CMYK0.010.5800.26
HSL299.45º44.86%52.35%-
HSV(B)299.45º57.98%73.73%-
XYZ32.3719.7949.69-
YUV123.72164.28173.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 79 (31.25% from 255) = 17.40%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=41.19%
G=17.40%
B=41.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187791880.010.5800.26299.4544.8652.35
HexBB4FBC13A01A12b2d34
Octal2731172741720324535564
Binary101110111001111101111001111010011010100101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4FBC; }

 p { color: rgb(187,79,188); }

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

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

 a { background-color: rgb(187,79,188); }

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

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

 span { border-color: rgb(187,79,188); }

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