#BB43B7

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

Shades of Fuchsia #BB43B7

Tints of Fuchsia #BB43B7

Color information

#BB43B7 (or 0xBB43B7) is unknown color: approx Fuchsia. HEX triplet: BB, 43 and B7. RGB value is (187,67,183). Sum of RGB (Red+Green+Blue) = 187+67+183=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB43B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43B7 is #44BC48. Grayscale: #737373. Windows color (decimal): -4504649 or 12010427. OLE color: 12010427.

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

Color convert

RGB18767183-
CMYK00.640.020.27
HSL302º47.24%49.8%-
HSV(B)302º64.17%73.33%-
XYZ31.051846.64-
YUV116.1165.76178.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 67 (26.56% from 255) = 15.33%
BLUE value IS 183 (71.88% from 255) = 41.88%
R=42.79%
G=15.33%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876718300.640.020.2730247.2449.8
HexBB43B704021B12e2f32
Octal27310326701002334565762
Binary10111011100001110110111010000001011011100101110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB43B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB43B7; }

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

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

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

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

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

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

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

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