Html Css Color HEX #BA5AC0 Fuchsia

📋 copy color: '#BA5AC0'

red 186 ◦ green 90 ◦ blue 192

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

Shades of Fuchsia #BA5AC0

Tints of Fuchsia #BA5AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 39.74%
G = 19.23%
B = 41.03%

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

#BA5AC0 (or 0xBA5AC0) is known color: Fuchsia. HEX triplet: BA, 5A and C0. RGB value is (186,90,192). Sum of RGB (Red+Green+Blue) = 186+90+192=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA5AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AC0 is #45A53F. Grayscale: #828282. Windows color (decimal): -4564288 or 12606138. OLE color: 12606138.

HSL color Cylindrical-coordinate representation of color #BA5AC0: hue angle of 296.47º degrees, saturation: 0.45, 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 #BA5AC0 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 90 192 -
CMYK 0.03 0.53 0 0.25
HSL 296.47º 0.45% 0.55% -
HSV(B) 296.47º 0.53% 0.75% -
XYZ 33.42 21.56 52.27 -
YUV 130.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 186 90 192 0.03 0.53 0 0.25 296.47 0.45 0.55
Hex BA 5A C0 3 35 0 19 128 2D 37
Octal 272 132 300 3 65 0 31 450 55 67
Binary 10111010 1011010 11000000 11 110101 0 11001 100101000 101101 110111

Color Harmonies of #BA5AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AC0

Black with #BA5AC0

Text Example


Text Example

White with #BA5AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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