#BB31B4

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

Shades of Fuchsia #BB31B4

Tints of Fuchsia #BB31B4

Color information

#BB31B4 (or 0xBB31B4) is unknown color: approx Fuchsia. HEX triplet: BB, 31 and B4. RGB value is (187,49,180). Sum of RGB (Red+Green+Blue) = 187+49+180=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB31B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31B4 is #44CE4B. Grayscale: #686868. Windows color (decimal): -4509260 or 11809211. OLE color: 11809211.

HSL color Cylindrical-coordinate representation of color #BB31B4: hue angle of 303.04º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB31B4 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18749180-
CMYK00.740.040.27
HSL303.04º58.47%46.27%-
HSV(B)303.04º73.8%73.33%-
XYZ29.8316.0644.71-
YUV105.2170.22186.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 49 (19.53% from 255) = 11.78%
BLUE value IS 180 (70.70% from 255) = 43.27%
R=44.95%
G=11.78%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874918000.740.040.27303.0458.4746.27
HexBB31B404A41B12f3a2e
Octal2736126401124334577256
Binary10111011110001101101000100101010011011100101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB31B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB31B4; }

 p { color: rgb(187,49,180); }

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

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

 a { background-color: rgb(187,49,180); }

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

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

 span { border-color: rgb(187,49,180); }

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