#BB3EB5

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

Shades of Fuchsia #BB3EB5

Tints of Fuchsia #BB3EB5

Color information

#BB3EB5 (or 0xBB3EB5) is unknown color: approx Fuchsia. HEX triplet: BB, 3E and B5. RGB value is (187,62,181). Sum of RGB (Red+Green+Blue) = 187+62+181=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3EB5 is #44C14A. Grayscale: #707070. Windows color (decimal): -4505931 or 11878075. OLE color: 11878075.

HSL color Cylindrical-coordinate representation of color #BB3EB5: hue angle of 302.88º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3EB5 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18762181-
CMYK00.670.030.27
HSL302.88º50.2%48.82%-
HSV(B)302.88º66.84%73.33%-
XYZ30.5617.3545.45-
YUV112.94166.41180.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 62 (24.61% from 255) = 14.42%
BLUE value IS 181 (71.09% from 255) = 42.09%
R=43.49%
G=14.42%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876218100.670.030.27302.8850.248.82
HexBB3EB504331B12f3231
Octal2737626501033334576261
Binary1011101111111010110101010000111111011100101111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3EB5; }

 p { color: rgb(187,62,181); }

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

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

 a { background-color: rgb(187,62,181); }

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

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

 span { border-color: rgb(187,62,181); }

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