#BB53BE

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

Shades of Fuchsia #BB53BE

Tints of Fuchsia #BB53BE

Color information

#BB53BE (or 0xBB53BE) is unknown color: approx Fuchsia. HEX triplet: BB, 53 and BE. RGB value is (187,83,190). Sum of RGB (Red+Green+Blue) = 187+83+190=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB53BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53BE is #44AC41. Grayscale: #7D7D7D. Windows color (decimal): -4500546 or 12473275. OLE color: 12473275.

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

Color convert

RGB18783190-
CMYK0.020.5600.25
HSL298.32º45.15%53.53%-
HSV(B)298.32º56.32%74.51%-
XYZ32.8820.4750.93-
YUV126.29163.96171.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 83 (32.81% from 255) = 18.04%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=40.65%
G=18.04%
B=41.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187831900.020.5600.25298.3245.1553.53
HexBB53BE23801912a2d36
Octal2731232762700314525566
Binary1011101110100111011111010111000011001100101010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB53BE; }

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

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

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

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

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

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

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

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