Html Css Color HEX #BA3EAD Fuchsia

📋 copy color: '#BA3EAD'

red 186 ◦ green 62 ◦ blue 173

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

Shades of Fuchsia #BA3EAD

Tints of Fuchsia #BA3EAD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.73%

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 44.18%
G = 14.73%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA3EAD (or 0xBA3EAD) is known color: Fuchsia. HEX triplet: BA, 3E and AD. RGB value is (186,62,173). Sum of RGB (Red+Green+Blue) = 186+62+173=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EAD is #45C152. Grayscale: #6F6F6F. Windows color (decimal): -4571475 or 11353786. OLE color: 11353786.

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

Color convert

RGB 186 62 173 -
CMYK 0 0.67 0.07 0.27
HSL 306.29º 0.5% 0.49% -
HSV(B) 306.29º 0.67% 0.73% -
XYZ 29.52 16.9 41.24 -
YUV 111.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 186 62 173 0 0.67 0.07 0.27 306.29 0.5 0.49
Hex BA 3E AD 0 43 7 1B 132 32 31
Octal 272 76 255 0 103 7 33 462 62 61
Binary 10111010 111110 10101101 0 1000011 111 11011 100110010 110010 110001

Color Harmonies of #BA3EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EAD

Black with #BA3EAD

Text Example


Text Example

White with #BA3EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EAD; }

 p { color: rgb(186,62,173); }

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

background-color css

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

 a { background-color: rgb(186,62,173); }

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

border-color css

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

 span { border-color: rgb(186,62,173); }

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