Html Css Color HEX #BA4EAF Fuchsia

📋 copy color: '#BA4EAF'

red 186 ◦ green 78 ◦ blue 175

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

Shades of Fuchsia #BA4EAF

Tints of Fuchsia #BA4EAF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.77%

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

R = 42.37%
G = 17.77%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA4EAF (or 0xBA4EAF) is known color: Fuchsia. HEX triplet: BA, 4E and AF. RGB value is (186,78,175). Sum of RGB (Red+Green+Blue) = 186+78+175=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4EAF is #45B150. Grayscale: #797979. Windows color (decimal): -4567377 or 11488954. OLE color: 11488954.

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

Color convert

RGB 186 78 175 -
CMYK 0 0.58 0.06 0.27
HSL 306.11º 0.44% 0.52% -
HSV(B) 306.11º 0.58% 0.73% -
XYZ 30.71 18.98 42.6 -
YUV 121.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 186 78 175 0 0.58 0.06 0.27 306.11 0.44 0.52
Hex BA 4E AF 0 3A 6 1B 132 2C 34
Octal 272 116 257 0 72 6 33 462 54 64
Binary 10111010 1001110 10101111 0 111010 110 11011 100110010 101100 110100

Color Harmonies of #BA4EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EAF

Black with #BA4EAF

Text Example


Text Example

White with #BA4EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EAF; }

 p { color: rgb(186,78,175); }

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

background-color css

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

 a { background-color: rgb(186,78,175); }

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

border-color css

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

 span { border-color: rgb(186,78,175); }

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