Html Css Color HEX #BB43AC Fuchsia

📋 copy color: '#BB43AC'

red 187 ◦ green 67 ◦ blue 172

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

Shades of Fuchsia #BB43AC

Tints of Fuchsia #BB43AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.73%

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

R = 43.9%
G = 15.73%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB43AC (or 0xBB43AC) is known color: Fuchsia. HEX triplet: BB, 43 and AC. RGB value is (187,67,172). Sum of RGB (Red+Green+Blue) = 187+67+172=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB43AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB43AC is #44BC53. Grayscale: #727272. Windows color (decimal): -4504660 or 11289531. OLE color: 11289531.

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

Color convert

RGB 187 67 172 -
CMYK 0 0.64 0.08 0.27
HSL 307.5º 0.47% 0.5% -
HSV(B) 307.5º 0.64% 0.73% -
XYZ 29.95 17.56 40.84 -
YUV 114.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 187 67 172 0 0.64 0.08 0.27 307.5 0.47 0.5
Hex BB 43 AC 0 40 8 1B 134 2F 32
Octal 273 103 254 0 100 10 33 464 57 62
Binary 10111011 1000011 10101100 0 1000000 1000 11011 100110100 101111 110010

Color Harmonies of #BB43AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43AC

Black with #BB43AC

Text Example


Text Example

White with #BB43AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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