#BB4BC8

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

Shades of Fuchsia #BB4BC8

Tints of Fuchsia #BB4BC8

Color information

#BB4BC8 (or 0xBB4BC8) is unknown color: approx Fuchsia. HEX triplet: BB, 4B and C8. RGB value is (187,75,200). Sum of RGB (Red+Green+Blue) = 187+75+200=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB4BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4BC8 is #44B437. Grayscale: #7A7A7A. Windows color (decimal): -4502584 or 13126587. OLE color: 13126587.

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

Color convert

RGB18775200-
CMYK0.060.6200.22
HSL293.76º53.19%53.92%-
HSV(B)293.76º62.5%78.43%-
XYZ33.4319.7756.7-
YUV122.74171.61173.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 75 (29.69% from 255) = 16.23%
BLUE value IS 200 (78.52% from 255) = 43.29%
R=40.48%
G=16.23%
B=43.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187752000.060.6200.22293.7653.1953.92
HexBB4BC863E0161263536
Octal2731133106760264466566
Binary10111011100101111001000110111110010110100100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4BC8; }

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

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

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

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

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

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

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

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