#BB53BF

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

Shades of Fuchsia #BB53BF

Tints of Fuchsia #BB53BF

Color information

#BB53BF (or 0xBB53BF) is unknown color: approx Fuchsia. HEX triplet: BB, 53 and BF. RGB value is (187,83,191). Sum of RGB (Red+Green+Blue) = 187+83+191=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB53BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53BF is #44AC40. Grayscale: #7E7E7E. Windows color (decimal): -4500545 or 12538811. OLE color: 12538811.

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

Color convert

RGB18783191-
CMYK0.020.5700.25
HSL297.78º45.76%53.73%-
HSV(B)297.78º56.54%74.9%-
XYZ32.9920.5151.51-
YUV126.41164.46171.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 83 (32.81% from 255) = 18.00%
BLUE value IS 191 (75% from 255) = 41.43%
R=40.56%
G=18.00%
B=41.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187831910.020.5700.25297.7845.7653.73
HexBB53BF23901912a2e36
Octal2731232772710314525666
Binary1011101110100111011111110111001011001100101010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB53BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB53BF; }

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

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

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

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

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

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

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

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