Html Css Color HEX #BB41AF Fuchsia

📋 copy color: '#BB41AF'

red 187 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #BB41AF

Tints of Fuchsia #BB41AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.98%

R = 43.79%
G = 15.22%
B = 40.98%

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

#BB41AF (or 0xBB41AF) is known color: Fuchsia. HEX triplet: BB, 41 and AF. RGB value is (187,65,175). Sum of RGB (Red+Green+Blue) = 187+65+175=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB41AF is #44BE50. Grayscale: #717171. Windows color (decimal): -4505169 or 11485627. OLE color: 11485627.

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

Color convert

RGB 187 65 175 -
CMYK 0 0.65 0.06 0.27
HSL 305.9º 0.48% 0.49% -
HSV(B) 305.9º 0.65% 0.73% -
XYZ 30.12 17.44 42.34 -
YUV 114.02 162.42 180.06 -
System Red Green Blue C M Y K H S L
Decimal 187 65 175 0 0.65 0.06 0.27 305.9 0.48 0.49
Hex BB 41 AF 0 41 6 1B 132 30 31
Octal 273 101 257 0 101 6 33 462 60 61
Binary 10111011 1000001 10101111 0 1000001 110 11011 100110010 110000 110001

Color Harmonies of #BB41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41AF

Black with #BB41AF

Text Example


Text Example

White with #BB41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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