#BB4DC5

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

Shades of Fuchsia #BB4DC5

Tints of Fuchsia #BB4DC5

Color information

#BB4DC5 (or 0xBB4DC5) is unknown color: approx Fuchsia. HEX triplet: BB, 4D and C5. RGB value is (187,77,197). Sum of RGB (Red+Green+Blue) = 187+77+197=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB4DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DC5 is #44B23A. Grayscale: #7B7B7B. Windows color (decimal): -4502075 or 12930491. OLE color: 12930491.

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

Color convert

RGB18777197-
CMYK0.050.6100.23
HSL295º50.85%53.73%-
HSV(B)295º60.91%77.25%-
XYZ33.2319.954.91-
YUV123.57169.44173.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 77 (30.47% from 255) = 16.70%
BLUE value IS 197 (77.34% from 255) = 42.73%
R=40.56%
G=16.70%
B=42.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal187771970.050.6100.2329550.8553.73
HexBB4DC553D0171273336
Octal2731153055750274476366
Binary10111011100110111000101101111101010111100100111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4DC5; }

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

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

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

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

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

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

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

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