#BB5FB7

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

Shades of Fuchsia #BB5FB7

Tints of Fuchsia #BB5FB7

Color information

#BB5FB7 (or 0xBB5FB7) is unknown color: approx Fuchsia. HEX triplet: BB, 5F and B7. RGB value is (187,95,183). Sum of RGB (Red+Green+Blue) = 187+95+183=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FB7 is #44A048. Grayscale: #848484. Windows color (decimal): -4497481 or 12017595. OLE color: 12017595.

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

Color convert

RGB18795183-
CMYK00.490.020.27
HSL302.61º40.35%55.29%-
HSV(B)302.61º49.2%73.33%-
XYZ33.1322.1747.33-
YUV132.54156.48166.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 183 (71.88% from 255) = 39.35%
R=40.22%
G=20.43%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879518300.490.020.27302.6140.3555.29
HexBB5FB703121B12f2837
Octal2731372670612334575067
Binary1011101110111111011011101100011011011100101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FB7; }

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

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

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

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

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

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

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

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