#BB38B6

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

Shades of Fuchsia #BB38B6

Tints of Fuchsia #BB38B6

Color information

#BB38B6 (or 0xBB38B6) is unknown color: approx Fuchsia. HEX triplet: BB, 38 and B6. RGB value is (187,56,182). Sum of RGB (Red+Green+Blue) = 187+56+182=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB38B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38B6 is #44C749. Grayscale: #6D6D6D. Windows color (decimal): -4507466 or 11942075. OLE color: 11942075.

HSL color Cylindrical-coordinate representation of color #BB38B6: hue angle of 302.29º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB38B6 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18756182-
CMYK00.700.030.27
HSL302.29º53.91%47.65%-
HSV(B)302.29º70.05%73.33%-
XYZ30.3516.7745.89-
YUV109.53168.9183.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 56 (22.27% from 255) = 13.18%
BLUE value IS 182 (71.48% from 255) = 42.82%
R=44%
G=13.18%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875618200.700.030.27302.2953.9147.65
HexBB38B604631B12e3630
Octal2737026601063334566660
Binary1011101111100010110110010001101111011100101110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB38B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB38B6; }

 p { color: rgb(187,56,182); }

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

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

 a { background-color: rgb(187,56,182); }

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

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

 span { border-color: rgb(187,56,182); }

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