Html Css Color HEX #BB4AAC Fuchsia

📋 copy color: '#BB4AAC'

red 187 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #BB4AAC

Tints of Fuchsia #BB4AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.09%

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 43.19%
G = 17.09%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB4AAC (or 0xBB4AAC) is known color: Fuchsia. HEX triplet: BB, 4A and AC. RGB value is (187,74,172). Sum of RGB (Red+Green+Blue) = 187+74+172=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4AAC is #44B553. Grayscale: #767676. Windows color (decimal): -4502868 or 11291323. OLE color: 11291323.

HSL color Cylindrical-coordinate representation of color #BB4AAC: hue angle of 307.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4AAC is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 74 172 -
CMYK 0 0.60 0.08 0.27
HSL 307.96º 0.45% 0.51% -
HSV(B) 307.96º 0.6% 0.73% -
XYZ 30.39 18.44 40.99 -
YUV 118.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 187 74 172 0 0.60 0.08 0.27 307.96 0.45 0.51
Hex BB 4A AC 0 3C 8 1B 134 2D 33
Octal 273 112 254 0 74 10 33 464 55 63
Binary 10111011 1001010 10101100 0 111100 1000 11011 100110100 101101 110011

Color Harmonies of #BB4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4AAC

Black with #BB4AAC

Text Example


Text Example

White with #BB4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4AAC; }

 p { color: rgb(187,74,172); }

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

background-color css

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

 a { background-color: rgb(187,74,172); }

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

border-color css

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

 span { border-color: rgb(187,74,172); }

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