#bb53b7

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

Shades of Fuchsia #BB53B7

Tints of Fuchsia #BB53B7

Color information

#BB53B7 (or 0xBB53B7) is unknown color: approx Fuchsia. HEX triplet: BB, 53 and B7. RGB value is (187,83,183). Sum of RGB (Red+Green+Blue) = 187+83+183=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB53B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53B7 is #44AC48. Grayscale: #7D7D7D. Windows color (decimal): -4500553 or 12014523. OLE color: 12014523.

HSL color Cylindrical-coordinate representation of color #BB53B7: hue angle of 302.31º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB53B7 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18783183-
CMYK00.560.020.27
HSL302.31º43.33%52.94%-
HSV(B)302.31º55.61%73.33%-
XYZ32.1320.1747-
YUV125.5160.46171.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 183 (71.88% from 255) = 40.40%
R=41.28%
G=18.32%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878318300.560.020.27302.3143.3352.94
HexBB53B703821B12e2b35
Octal2731232670702334565365
Binary1011101110100111011011101110001011011100101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb53b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb53b7; }

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

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

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

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

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

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

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

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