#BB4BAF

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

Shades of Fuchsia #BB4BAF

Tints of Fuchsia #BB4BAF

Color information

#BB4BAF (or 0xBB4BAF) is unknown color: approx Fuchsia. HEX triplet: BB, 4B and AF. RGB value is (187,75,175). Sum of RGB (Red+Green+Blue) = 187+75+175=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4BAF is #44B450. Grayscale: #777777. Windows color (decimal): -4502609 or 11488187. OLE color: 11488187.

HSL color Cylindrical-coordinate representation of color #BB4BAF: hue angle of 306.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4BAF is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18775175-
CMYK00.600.060.27
HSL306.43º45.16%51.37%-
HSV(B)306.43º59.89%73.33%-
XYZ30.7518.6942.54-
YUV119.89159.11175.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 75 (29.69% from 255) = 17.16%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=42.79%
G=17.16%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877517500.600.060.27306.4345.1651.37
HexBB4BAF03C61B1322d33
Octal2731132570746334625563
Binary10111011100101110101111011110011011011100110010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4BAF; }

 p { color: rgb(187,75,175); }

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

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

 a { background-color: rgb(187,75,175); }

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

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

 span { border-color: rgb(187,75,175); }

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