Html Css Color HEX #BB41AC Fuchsia

📋 copy color: '#BB41AC'

red 187 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #BB41AC

Tints of Fuchsia #BB41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.33%

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

R = 44.1%
G = 15.33%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB41AC (or 0xBB41AC) is known color: Fuchsia. HEX triplet: BB, 41 and AC. RGB value is (187,65,172). Sum of RGB (Red+Green+Blue) = 187+65+172=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB41AC is #44BE53. Grayscale: #717171. Windows color (decimal): -4505172 or 11289019. OLE color: 11289019.

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

Color convert

RGB 187 65 172 -
CMYK 0 0.65 0.08 0.27
HSL 307.38º 0.48% 0.49% -
HSV(B) 307.38º 0.65% 0.73% -
XYZ 29.83 17.32 40.8 -
YUV 113.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 187 65 172 0 0.65 0.08 0.27 307.38 0.48 0.49
Hex BB 41 AC 0 41 8 1B 133 30 31
Octal 273 101 254 0 101 10 33 463 60 61
Binary 10111011 1000001 10101100 0 1000001 1000 11011 100110011 110000 110001

Color Harmonies of #BB41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41AC

Black with #BB41AC

Text Example


Text Example

White with #BB41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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