#BB41BD

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

Shades of Fuchsia #BB41BD

Tints of Fuchsia #BB41BD

Color information

#BB41BD (or 0xBB41BD) is unknown color: approx Fuchsia. HEX triplet: BB, 41 and BD. RGB value is (187,65,189). Sum of RGB (Red+Green+Blue) = 187+65+189=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB41BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41BD is #44BE42. Grayscale: #737373. Windows color (decimal): -4505155 or 12403131. OLE color: 12403131.

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

Color convert

RGB18765189-
CMYK0.010.6600.26
HSL299.03º48.82%49.8%-
HSV(B)299.03º65.61%74.12%-
XYZ31.5718.0249.96-
YUV115.61169.42178.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 65 (25.78% from 255) = 14.74%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=42.40%
G=14.74%
B=42.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187651890.010.6600.26299.0348.8249.8
HexBB41BD14201A12b3132
Octal27310127511020324536162
Binary1011101110000011011110111000010011010100101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB41BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB41BD; }

 p { color: rgb(187,65,189); }

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

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

 a { background-color: rgb(187,65,189); }

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

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

 span { border-color: rgb(187,65,189); }

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