Html Css Color HEX #BB41B0 Fuchsia

📋 copy color: '#BB41B0'

red 187 ◦ green 65 ◦ blue 176

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

Shades of Fuchsia #BB41B0

Tints of Fuchsia #BB41B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.12%

R = 43.69%
G = 15.19%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB41B0 (or 0xBB41B0) is known color: Fuchsia. HEX triplet: BB, 41 and B0. RGB value is (187,65,176). Sum of RGB (Red+Green+Blue) = 187+65+176=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB41B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB41B0 is #44BE4F. Grayscale: #717171. Windows color (decimal): -4505168 or 11551163. OLE color: 11551163.

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

Color convert

RGB 187 65 176 -
CMYK 0 0.65 0.06 0.27
HSL 305.41º 0.48% 0.49% -
HSV(B) 305.41º 0.65% 0.73% -
XYZ 30.22 17.48 42.86 -
YUV 114.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 187 65 176 0 0.65 0.06 0.27 305.41 0.48 0.49
Hex BB 41 B0 0 41 6 1B 131 30 31
Octal 273 101 260 0 101 6 33 461 60 61
Binary 10111011 1000001 10110000 0 1000001 110 11011 100110001 110000 110001

Color Harmonies of #BB41B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41B0

Black with #BB41B0

Text Example


Text Example

White with #BB41B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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