Html Css Color HEX #BA4EA6 Fuchsia

📋 copy color: '#BA4EA6'

red 186 ◦ green 78 ◦ blue 166

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

Shades of Fuchsia #BA4EA6

Tints of Fuchsia #BA4EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.6%

R = 43.26%
G = 18.14%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA4EA6 (or 0xBA4EA6) is known color: Fuchsia. HEX triplet: BA, 4E and A6. RGB value is (186,78,166). Sum of RGB (Red+Green+Blue) = 186+78+166=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4EA6 is #45B159. Grayscale: #787878. Windows color (decimal): -4567386 or 10899130. OLE color: 10899130.

HSL color Cylindrical-coordinate representation of color #BA4EA6: hue angle of 311.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 #BA4EA6 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 166 -
CMYK 0 0.58 0.11 0.27
HSL 311.11º 0.44% 0.52% -
HSV(B) 311.11º 0.58% 0.73% -
XYZ 29.86 18.64 38.1 -
YUV 120.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 186 78 166 0 0.58 0.11 0.27 311.11 0.44 0.52
Hex BA 4E A6 0 3A B 1B 137 2C 34
Octal 272 116 246 0 72 13 33 467 54 64
Binary 10111010 1001110 10100110 0 111010 1011 11011 100110111 101100 110100

Color Harmonies of #BA4EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EA6

Black with #BA4EA6

Text Example


Text Example

White with #BA4EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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