Html Css Color HEX #BB40AC Fuchsia

📋 copy color: '#BB40AC'

red 187 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #BB40AC

Tints of Fuchsia #BB40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.13%

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

R = 44.21%
G = 15.13%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB40AC (or 0xBB40AC) is known color: Fuchsia. HEX triplet: BB, 40 and AC. RGB value is (187,64,172). Sum of RGB (Red+Green+Blue) = 187+64+172=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB40AC is #44BF53. Grayscale: #707070. Windows color (decimal): -4505428 or 11288763. OLE color: 11288763.

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

Color convert

RGB 187 64 172 -
CMYK 0 0.66 0.08 0.27
HSL 307.32º 0.49% 0.49% -
HSV(B) 307.32º 0.66% 0.73% -
XYZ 29.77 17.21 40.78 -
YUV 113.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 187 64 172 0 0.66 0.08 0.27 307.32 0.49 0.49
Hex BB 40 AC 0 42 8 1B 133 31 31
Octal 273 100 254 0 102 10 33 463 61 61
Binary 10111011 1000000 10101100 0 1000010 1000 11011 100110011 110001 110001

Color Harmonies of #BB40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40AC

Black with #BB40AC

Text Example


Text Example

White with #BB40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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