#BB38BF

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

Shades of Fuchsia #BB38BF

Tints of Fuchsia #BB38BF

Color information

#BB38BF (or 0xBB38BF) is unknown color: approx Fuchsia. HEX triplet: BB, 38 and BF. RGB value is (187,56,191). Sum of RGB (Red+Green+Blue) = 187+56+191=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB38BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38BF is #44C740. Grayscale: #6E6E6E. Windows color (decimal): -4507457 or 12531899. OLE color: 12531899.

HSL color Cylindrical-coordinate representation of color #BB38BF: hue angle of 298.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB38BF is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18756191-
CMYK0.020.7100.25
HSL298.22º54.66%48.43%-
HSV(B)298.22º70.68%74.9%-
XYZ31.3117.1550.95-
YUV110.56173.4182.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 56 (22.27% from 255) = 12.90%
BLUE value IS 191 (75% from 255) = 44.01%
R=43.09%
G=12.90%
B=44.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187561910.020.7100.25298.2254.6648.43
HexBB38BF24701912a3730
Octal2737027721070314526760
Binary1011101111100010111111101000111011001100101010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB38BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB38BF; }

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

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

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

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

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

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

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

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