Html Css Color HEX #BA4CA5 Fuchsia

📋 copy color: '#BA4CA5'

red 186 ◦ green 76 ◦ blue 165

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

Shades of Fuchsia #BA4CA5

Tints of Fuchsia #BA4CA5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.8%

 BLUE value IS 165 (64.84% from 255) = 38.64%

R = 43.56%
G = 17.8%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA4CA5 (or 0xBA4CA5) is known color: Fuchsia. HEX triplet: BA, 4C and A5. RGB value is (186,76,165). Sum of RGB (Red+Green+Blue) = 186+76+165=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CA5 is #45B35A. Grayscale: #767676. Windows color (decimal): -4567899 or 10833082. OLE color: 10833082.

HSL color Cylindrical-coordinate representation of color #BA4CA5: hue angle of 311.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4CA5 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 76 165 -
CMYK 0 0.59 0.11 0.27
HSL 311.45º 0.44% 0.51% -
HSV(B) 311.45º 0.59% 0.73% -
XYZ 29.63 18.32 37.57 -
YUV 119.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 186 76 165 0 0.59 0.11 0.27 311.45 0.44 0.51
Hex BA 4C A5 0 3B B 1B 137 2C 33
Octal 272 114 245 0 73 13 33 467 54 63
Binary 10111010 1001100 10100101 0 111011 1011 11011 100110111 101100 110011

Color Harmonies of #BA4CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CA5

Black with #BA4CA5

Text Example


Text Example

White with #BA4CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CA5; }

 p { color: rgb(186,76,165); }

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

background-color css

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

 a { background-color: rgb(186,76,165); }

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

border-color css

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

 span { border-color: rgb(186,76,165); }

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