Html Css Color HEX #BA5AB5 Fuchsia

📋 copy color: '#BA5AB5'

red 186 ◦ green 90 ◦ blue 181

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

Shades of Fuchsia #BA5AB5

Tints of Fuchsia #BA5AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.61%

R = 40.7%
G = 19.69%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA5AB5 (or 0xBA5AB5) is known color: Fuchsia. HEX triplet: BA, 5A and B5. RGB value is (186,90,181). Sum of RGB (Red+Green+Blue) = 186+90+181=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AB5 is #45A54A. Grayscale: #808080. Windows color (decimal): -4564299 or 11885242. OLE color: 11885242.

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

Color convert

RGB 186 90 181 -
CMYK 0 0.52 0.03 0.27
HSL 303.13º 0.41% 0.54% -
HSV(B) 303.13º 0.52% 0.73% -
XYZ 32.25 21.09 46.09 -
YUV 129.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 186 90 181 0 0.52 0.03 0.27 303.13 0.41 0.54
Hex BA 5A B5 0 34 3 1B 12F 29 36
Octal 272 132 265 0 64 3 33 457 51 66
Binary 10111010 1011010 10110101 0 110100 11 11011 100101111 101001 110110

Color Harmonies of #BA5AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AB5

Black with #BA5AB5

Text Example


Text Example

White with #BA5AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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