#BB75B7

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

Shades of Fuchsia #BB75B7

Tints of Fuchsia #BB75B7

Color information

#BB75B7 (or 0xBB75B7) is unknown color: approx Fuchsia. HEX triplet: BB, 75 and B7. RGB value is (187,117,183). Sum of RGB (Red+Green+Blue) = 187+117+183=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB75B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75B7 is #448A48. Grayscale: #919191. Windows color (decimal): -4491849 or 12023227. OLE color: 12023227.

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

Color convert

RGB187117183-
CMYK00.370.020.27
HSL303.43º33.98%59.61%-
HSV(B)303.43º37.43%73.33%-
XYZ35.426.7148.09-
YUV145.45149.19157.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 183 (71.88% from 255) = 37.58%
R=38.40%
G=24.02%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711718300.370.020.27303.4333.9859.61
HexBB75B702521B12f223c
Octal2731652670452334574274
Binary1011101111101011011011101001011011011100101111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB75B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB75B7; }

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

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

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

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

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

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

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

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