Html Css Color HEX #BB41AB Fuchsia

📋 copy color: '#BB41AB'

red 187 ◦ green 65 ◦ blue 171

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

Shades of Fuchsia #BB41AB

Tints of Fuchsia #BB41AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 44.21%
G = 15.37%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB41AB (or 0xBB41AB) is known color: Fuchsia. HEX triplet: BB, 41 and AB. RGB value is (187,65,171). Sum of RGB (Red+Green+Blue) = 187+65+171=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB41AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB41AB is #44BE54. Grayscale: #717171. Windows color (decimal): -4505173 or 11223483. OLE color: 11223483.

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

Color convert

RGB 187 65 171 -
CMYK 0 0.65 0.09 0.27
HSL 307.87º 0.48% 0.49% -
HSV(B) 307.87º 0.65% 0.73% -
XYZ 29.73 17.29 40.3 -
YUV 113.56 160.42 180.38 -
System Red Green Blue C M Y K H S L
Decimal 187 65 171 0 0.65 0.09 0.27 307.87 0.48 0.49
Hex BB 41 AB 0 41 9 1B 134 30 31
Octal 273 101 253 0 101 11 33 464 60 61
Binary 10111011 1000001 10101011 0 1000001 1001 11011 100110100 110000 110001

Color Harmonies of #BB41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41AB

Black with #BB41AB

Text Example


Text Example

White with #BB41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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