#BB42B7

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

Shades of Fuchsia #BB42B7

Tints of Fuchsia #BB42B7

Color information

#BB42B7 (or 0xBB42B7) is unknown color: approx Fuchsia. HEX triplet: BB, 42 and B7. RGB value is (187,66,183). Sum of RGB (Red+Green+Blue) = 187+66+183=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB42B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42B7 is #44BD48. Grayscale: #737373. Windows color (decimal): -4504905 or 12010171. OLE color: 12010171.

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

Color convert

RGB18766183-
CMYK00.650.020.27
HSL301.98º47.83%49.61%-
HSV(B)301.98º64.71%73.33%-
XYZ30.9917.8846.62-
YUV115.52166.09178.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 66 (26.17% from 255) = 15.14%
BLUE value IS 183 (71.88% from 255) = 41.97%
R=42.89%
G=15.14%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876618300.650.020.27301.9847.8349.61
HexBB42B704121B12e3032
Octal27310226701012334566062
Binary10111011100001010110111010000011011011100101110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB42B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB42B7; }

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

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

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

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

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

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

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

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