#BB29B0

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

Shades of Fuchsia #BB29B0

Tints of Fuchsia #BB29B0

Color information

#BB29B0 (or 0xBB29B0) is unknown color: approx Fuchsia. HEX triplet: BB, 29 and B0. RGB value is (187,41,176). Sum of RGB (Red+Green+Blue) = 187+41+176=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB29B0 is #44D64F. Grayscale: #636363. Windows color (decimal): -4511312 or 11545019. OLE color: 11545019.

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

Color convert

RGB18741176-
CMYK00.780.060.27
HSL304.52º64.04%44.71%-
HSV(B)304.52º78.07%73.33%-
XYZ29.1215.2942.49-
YUV100.04170.87190.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 41 (16.41% from 255) = 10.15%
BLUE value IS 176 (69.14% from 255) = 43.56%
R=46.29%
G=10.15%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874117600.780.060.27304.5264.0444.71
HexBB29B004E61B131402d
Octal27351260011663346110055
Binary101110111010011011000001001110110110111001100011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB29B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB29B0; }

 p { color: rgb(187,41,176); }

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

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

 a { background-color: rgb(187,41,176); }

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

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

 span { border-color: rgb(187,41,176); }

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