Html Css Color HEX #BA5ABF Fuchsia

📋 copy color: '#BA5ABF'

red 186 ◦ green 90 ◦ blue 191

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

Shades of Fuchsia #BA5ABF

Tints of Fuchsia #BA5ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.27%

 BLUE value IS 191 (75% from 255) = 40.9%

R = 39.83%
G = 19.27%
B = 40.9%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA5ABF (or 0xBA5ABF) is known color: Fuchsia. HEX triplet: BA, 5A and BF. RGB value is (186,90,191). Sum of RGB (Red+Green+Blue) = 186+90+191=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA5ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ABF is #45A540. Grayscale: #818181. Windows color (decimal): -4564289 or 12540602. OLE color: 12540602.

HSL color Cylindrical-coordinate representation of color #BA5ABF: hue angle of 297.03º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5ABF is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 90 191 -
CMYK 0.03 0.53 0 0.25
HSL 297.03º 0.44% 0.55% -
HSV(B) 297.03º 0.53% 0.75% -
XYZ 33.31 21.51 51.69 -
YUV 130.22 162.3 167.79 -
System Red Green Blue C M Y K H S L
Decimal 186 90 191 0.03 0.53 0 0.25 297.03 0.44 0.55
Hex BA 5A BF 3 35 0 19 129 2C 37
Octal 272 132 277 3 65 0 31 451 54 67
Binary 10111010 1011010 10111111 11 110101 0 11001 100101001 101100 110111

Color Harmonies of #BA5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5ABF

Black with #BA5ABF

Text Example


Text Example

White with #BA5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5ABF; }

 p { color: rgb(186,90,191); }

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

background-color css

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

 a { background-color: rgb(186,90,191); }

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

border-color css

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

 span { border-color: rgb(186,90,191); }

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