Html Css Color HEX #BA40B5 Fuchsia

📋 copy color: '#BA40B5'

red 186 ◦ green 64 ◦ blue 181

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

Shades of Fuchsia #BA40B5

Tints of Fuchsia #BA40B5

RGB

 RED value IS 186 (73.05% from 255) = 43.16%

 GREEN value IS 64 (25.39% from 255) = 14.85%

 BLUE value IS 181 (71.09% from 255) = 42%

R = 43.16%
G = 14.85%
B = 42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA40B5 (or 0xBA40B5) is known color: Fuchsia. HEX triplet: BA, 40 and B5. RGB value is (186,64,181). Sum of RGB (Red+Green+Blue) = 186+64+181=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40B5 is #45BF4A. Grayscale: #717171. Windows color (decimal): -4570955 or 11878586. OLE color: 11878586.

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

Color convert

RGB 186 64 181 -
CMYK 0 0.66 0.03 0.27
HSL 302.46º 0.49% 0.49% -
HSV(B) 302.46º 0.66% 0.73% -
XYZ 30.42 17.44 45.48 -
YUV 113.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 186 64 181 0 0.66 0.03 0.27 302.46 0.49 0.49
Hex BA 40 B5 0 42 3 1B 12E 31 31
Octal 272 100 265 0 102 3 33 456 61 61
Binary 10111010 1000000 10110101 0 1000010 11 11011 100101110 110001 110001

Color Harmonies of #BA40B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40B5

Black with #BA40B5

Text Example


Text Example

White with #BA40B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40B5; }

 p { color: rgb(186,64,181); }

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

background-color css

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

 a { background-color: rgb(186,64,181); }

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

border-color css

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

 span { border-color: rgb(186,64,181); }

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