#BB4BC5

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

Shades of Fuchsia #BB4BC5

Tints of Fuchsia #BB4BC5

Color information

#BB4BC5 (or 0xBB4BC5) is unknown color: approx Fuchsia. HEX triplet: BB, 4B and C5. RGB value is (187,75,197). Sum of RGB (Red+Green+Blue) = 187+75+197=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB4BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4BC5 is #44B43A. Grayscale: #7A7A7A. Windows color (decimal): -4502587 or 12929979. OLE color: 12929979.

HSL color Cylindrical-coordinate representation of color #BB4BC5: hue angle of 295.08º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB4BC5 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18775197-
CMYK0.050.6200.23
HSL295.08º51.26%53.33%-
HSV(B)295.08º61.93%77.25%-
XYZ33.0919.6354.87-
YUV122.4170.11174.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 75 (29.69% from 255) = 16.34%
BLUE value IS 197 (77.34% from 255) = 42.92%
R=40.74%
G=16.34%
B=42.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal187751970.050.6200.23295.0851.2653.33
HexBB4BC553E0171273335
Octal2731133055760274476365
Binary10111011100101111000101101111110010111100100111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4BC5; }

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

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

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

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

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

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

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

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