Html Css Color HEX #BA57B3 Fuchsia

📋 copy color: '#BA57B3'

red 186 ◦ green 87 ◦ blue 179

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

Shades of Fuchsia #BA57B3

Tints of Fuchsia #BA57B3

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.25%

 BLUE value IS 179 (70.31% from 255) = 39.6%

R = 41.15%
G = 19.25%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA57B3 (or 0xBA57B3) is known color: Fuchsia. HEX triplet: BA, 57 and B3. RGB value is (186,87,179). Sum of RGB (Red+Green+Blue) = 186+87+179=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57B3 is #45A84C. Grayscale: #7E7E7E. Windows color (decimal): -4565069 or 11753402. OLE color: 11753402.

HSL color Cylindrical-coordinate representation of color #BA57B3: hue angle of 304.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA57B3 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 87 179 -
CMYK 0 0.53 0.04 0.27
HSL 304.24º 0.42% 0.54% -
HSV(B) 304.24º 0.53% 0.73% -
XYZ 31.79 20.51 44.93 -
YUV 127.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 186 87 179 0 0.53 0.04 0.27 304.24 0.42 0.54
Hex BA 57 B3 0 35 4 1B 130 2A 36
Octal 272 127 263 0 65 4 33 460 52 66
Binary 10111010 1010111 10110011 0 110101 100 11011 100110000 101010 110110

Color Harmonies of #BA57B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57B3

Black with #BA57B3

Text Example


Text Example

White with #BA57B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57B3; }

 p { color: rgb(186,87,179); }

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

background-color css

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

 a { background-color: rgb(186,87,179); }

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

border-color css

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

 span { border-color: rgb(186,87,179); }

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