Html Css Color HEX #BB2AAE Fuchsia

📋 copy color: '#BB2AAE'

red 187 ◦ green 42 ◦ blue 174

#BB2AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BB2AAE

Tints of Fuchsia #BB2AAE

RGB

 RED value IS 187 (73.44% from 255) = 46.4%

 GREEN value IS 42 (16.8% from 255) = 10.42%

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 46.4%
G = 10.42%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB2AAE (or 0xBB2AAE) is known color: Fuchsia. HEX triplet: BB, 2A and AE. RGB value is (187,42,174). Sum of RGB (Red+Green+Blue) = 187+42+174=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2AAE is #44D551. Grayscale: #646464. Windows color (decimal): -4511058 or 11414203. OLE color: 11414203.

HSL color Cylindrical-coordinate representation of color #BB2AAE: hue angle of 305.38º degrees, saturation: 0.63, 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 #BB2AAE is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 42 174 -
CMYK 0 0.78 0.07 0.27
HSL 305.38º 0.63% 0.45% -
HSV(B) 305.38º 0.78% 0.73% -
XYZ 28.96 15.28 41.47 -
YUV 100.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 187 42 174 0 0.78 0.07 0.27 305.38 0.63 0.45
Hex BB 2A AE 0 4E 7 1B 131 3F 2D
Octal 273 52 256 0 116 7 33 461 77 55
Binary 10111011 101010 10101110 0 1001110 111 11011 100110001 111111 101101

Color Harmonies of #BB2AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2AAE

Black with #BB2AAE

Text Example


Text Example

White with #BB2AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2AAE; }

 p { color: rgb(187,42,174); }

 H1.HeaderClassName
 {
   color: #BB2AAE;
 }
 .AnyTagClassName
 {
   color: #BB2AAE;
 }
</style>

background-color css

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

 a { background-color: rgb(187,42,174); }

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

border-color css

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

 span { border-color: rgb(187,42,174); }

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