Html Css Color HEX #BB4EAC Fuchsia

📋 copy color: '#BB4EAC'

red 187 ◦ green 78 ◦ blue 172

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

Shades of Fuchsia #BB4EAC

Tints of Fuchsia #BB4EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.85%

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

R = 42.79%
G = 17.85%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB4EAC (or 0xBB4EAC) is known color: Fuchsia. HEX triplet: BB, 4E and AC. RGB value is (187,78,172). Sum of RGB (Red+Green+Blue) = 187+78+172=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4EAC is #44B153. Grayscale: #797979. Windows color (decimal): -4501844 or 11292347. OLE color: 11292347.

HSL color Cylindrical-coordinate representation of color #BB4EAC: hue angle of 308.26º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4EAC is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 78 172 -
CMYK 0 0.58 0.08 0.27
HSL 308.26º 0.44% 0.52% -
HSV(B) 308.26º 0.58% 0.73% -
XYZ 30.66 18.99 41.08 -
YUV 121.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 187 78 172 0 0.58 0.08 0.27 308.26 0.44 0.52
Hex BB 4E AC 0 3A 8 1B 134 2C 34
Octal 273 116 254 0 72 10 33 464 54 64
Binary 10111011 1001110 10101100 0 111010 1000 11011 100110100 101100 110100

Color Harmonies of #BB4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4EAC

Black with #BB4EAC

Text Example


Text Example

White with #BB4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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