#BB38AA

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

Shades of Fuchsia #BB38AA

Tints of Fuchsia #BB38AA

Color information

#BB38AA (or 0xBB38AA) is unknown color: approx Fuchsia. HEX triplet: BB, 38 and AA. RGB value is (187,56,170). Sum of RGB (Red+Green+Blue) = 187+56+170=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB38AA is #44C755. Grayscale: #6B6B6B. Windows color (decimal): -4507478 or 11155643. OLE color: 11155643.

HSL color Cylindrical-coordinate representation of color #BB38AA: hue angle of 307.79º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB38AA is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18756170-
CMYK00.700.090.27
HSL307.79º53.91%47.65%-
HSV(B)307.79º70.05%73.33%-
XYZ29.1616.339.64-
YUV108.16162.9184.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 56 (22.27% from 255) = 13.56%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=45.28%
G=13.56%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875617000.700.090.27307.7953.9147.65
HexBB38AA04691B1343630
Octal27370252010611334646660
Binary101110111110001010101001000110100111011100110100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB38AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB38AA; }

 p { color: rgb(187,56,170); }

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

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

 a { background-color: rgb(187,56,170); }

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

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

 span { border-color: rgb(187,56,170); }

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