Html Css Color HEX #BB41A6 Fuchsia

📋 copy color: '#BB41A6'

red 187 ◦ green 65 ◦ blue 166

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

Shades of Fuchsia #BB41A6

Tints of Fuchsia #BB41A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.71%

R = 44.74%
G = 15.55%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB41A6 (or 0xBB41A6) is known color: Fuchsia. HEX triplet: BB, 41 and A6. RGB value is (187,65,166). Sum of RGB (Red+Green+Blue) = 187+65+166=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB41A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB41A6 is #44BE59. Grayscale: #707070. Windows color (decimal): -4505178 or 10895803. OLE color: 10895803.

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

Color convert

RGB 187 65 166 -
CMYK 0 0.65 0.11 0.27
HSL 310.33º 0.48% 0.49% -
HSV(B) 310.33º 0.65% 0.73% -
XYZ 29.27 17.1 37.83 -
YUV 112.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 187 65 166 0 0.65 0.11 0.27 310.33 0.48 0.49
Hex BB 41 A6 0 41 B 1B 136 30 31
Octal 273 101 246 0 101 13 33 466 60 61
Binary 10111011 1000001 10100110 0 1000001 1011 11011 100110110 110000 110001

Color Harmonies of #BB41A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41A6

Black with #BB41A6

Text Example


Text Example

White with #BB41A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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