Html Css Color HEX #BA4AB3 Fuchsia

📋 copy color: '#BA4AB3'

red 186 ◦ green 74 ◦ blue 179

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

Shades of Fuchsia #BA4AB3

Tints of Fuchsia #BA4AB3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.86%

 BLUE value IS 179 (70.31% from 255) = 40.77%

R = 42.37%
G = 16.86%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA4AB3 (or 0xBA4AB3) is known color: Fuchsia. HEX triplet: BA, 4A and B3. RGB value is (186,74,179). Sum of RGB (Red+Green+Blue) = 186+74+179=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AB3 is #45B54C. Grayscale: #777777. Windows color (decimal): -4568397 or 11750074. OLE color: 11750074.

HSL color Cylindrical-coordinate representation of color #BA4AB3: hue angle of 303.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4AB3 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 74 179 -
CMYK 0 0.60 0.04 0.27
HSL 303.75º 0.45% 0.51% -
HSV(B) 303.75º 0.6% 0.73% -
XYZ 30.84 18.59 44.61 -
YUV 119.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 186 74 179 0 0.60 0.04 0.27 303.75 0.45 0.51
Hex BA 4A B3 0 3C 4 1B 130 2D 33
Octal 272 112 263 0 74 4 33 460 55 63
Binary 10111010 1001010 10110011 0 111100 100 11011 100110000 101101 110011

Color Harmonies of #BA4AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AB3

Black with #BA4AB3

Text Example


Text Example

White with #BA4AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AB3; }

 p { color: rgb(186,74,179); }

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

background-color css

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

 a { background-color: rgb(186,74,179); }

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

border-color css

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

 span { border-color: rgb(186,74,179); }

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