Html Css Color HEX #BB4FAC Fuchsia

📋 copy color: '#BB4FAC'

red 187 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #BB4FAC

Tints of Fuchsia #BB4FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.04%

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

R = 42.69%
G = 18.04%
B = 39.27%

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

#BB4FAC (or 0xBB4FAC) is known color: Fuchsia. HEX triplet: BB, 4F and AC. RGB value is (187,79,172). Sum of RGB (Red+Green+Blue) = 187+79+172=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4FAC is #44B053. Grayscale: #797979. Windows color (decimal): -4501588 or 11292603. OLE color: 11292603.

HSL color Cylindrical-coordinate representation of color #BB4FAC: hue angle of 308.33º 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 #BB4FAC is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 79 172 -
CMYK 0 0.58 0.08 0.27
HSL 308.33º 0.44% 0.52% -
HSV(B) 308.33º 0.58% 0.73% -
XYZ 30.74 19.14 41.1 -
YUV 121.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 187 79 172 0 0.58 0.08 0.27 308.33 0.44 0.52
Hex BB 4F AC 0 3A 8 1B 134 2C 34
Octal 273 117 254 0 72 10 33 464 54 64
Binary 10111011 1001111 10101100 0 111010 1000 11011 100110100 101100 110100

Color Harmonies of #BB4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FAC

Black with #BB4FAC

Text Example


Text Example

White with #BB4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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