Html Css Color HEX #BA3EAB Fuchsia

📋 copy color: '#BA3EAB'

red 186 ◦ green 62 ◦ blue 171

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

Shades of Fuchsia #BA3EAB

Tints of Fuchsia #BA3EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 44.39%
G = 14.8%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA3EAB (or 0xBA3EAB) is known color: Fuchsia. HEX triplet: BA, 3E and AB. RGB value is (186,62,171). Sum of RGB (Red+Green+Blue) = 186+62+171=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EAB is #45C154. Grayscale: #6F6F6F. Windows color (decimal): -4571477 or 11222714. OLE color: 11222714.

HSL color Cylindrical-coordinate representation of color #BA3EAB: hue angle of 307.26º 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 #BA3EAB is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 62 171 -
CMYK 0 0.67 0.08 0.27
HSL 307.26º 0.5% 0.49% -
HSV(B) 307.26º 0.67% 0.73% -
XYZ 29.32 16.82 40.23 -
YUV 111.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 186 62 171 0 0.67 0.08 0.27 307.26 0.5 0.49
Hex BA 3E AB 0 43 8 1B 133 32 31
Octal 272 76 253 0 103 10 33 463 62 61
Binary 10111010 111110 10101011 0 1000011 1000 11011 100110011 110010 110001

Color Harmonies of #BA3EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EAB

Black with #BA3EAB

Text Example


Text Example

White with #BA3EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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