Html Css Color HEX #BA4DA5 Fuchsia

📋 copy color: '#BA4DA5'

red 186 ◦ green 77 ◦ blue 165

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

Shades of Fuchsia #BA4DA5

Tints of Fuchsia #BA4DA5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.99%

 BLUE value IS 165 (64.84% from 255) = 38.55%

R = 43.46%
G = 17.99%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA4DA5 (or 0xBA4DA5) is known color: Fuchsia. HEX triplet: BA, 4D and A5. RGB value is (186,77,165). Sum of RGB (Red+Green+Blue) = 186+77+165=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4DA5 is #45B25A. Grayscale: #777777. Windows color (decimal): -4567643 or 10833338. OLE color: 10833338.

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

Color convert

RGB 186 77 165 -
CMYK 0 0.59 0.11 0.27
HSL 311.56º 0.44% 0.52% -
HSV(B) 311.56º 0.59% 0.73% -
XYZ 29.7 18.46 37.6 -
YUV 119.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 186 77 165 0 0.59 0.11 0.27 311.56 0.44 0.52
Hex BA 4D A5 0 3B B 1B 138 2C 34
Octal 272 115 245 0 73 13 33 470 54 64
Binary 10111010 1001101 10100101 0 111011 1011 11011 100111000 101100 110100

Color Harmonies of #BA4DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DA5

Black with #BA4DA5

Text Example


Text Example

White with #BA4DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DA5; }

 p { color: rgb(186,77,165); }

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

background-color css

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

 a { background-color: rgb(186,77,165); }

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

border-color css

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

 span { border-color: rgb(186,77,165); }

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