Html Css Color HEX #BA4DB2 Fuchsia

📋 copy color: '#BA4DB2'

red 186 ◦ green 77 ◦ blue 178

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

Shades of Fuchsia #BA4DB2

Tints of Fuchsia #BA4DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.36%

R = 42.18%
G = 17.46%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA4DB2 (or 0xBA4DB2) is known color: Fuchsia. HEX triplet: BA, 4D and B2. RGB value is (186,77,178). Sum of RGB (Red+Green+Blue) = 186+77+178=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4DB2 is #45B24D. Grayscale: #787878. Windows color (decimal): -4567630 or 11685306. OLE color: 11685306.

HSL color Cylindrical-coordinate representation of color #BA4DB2: hue angle of 304.4º 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 #BA4DB2 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 77 178 -
CMYK 0 0.59 0.04 0.27
HSL 304.4º 0.44% 0.52% -
HSV(B) 304.4º 0.59% 0.73% -
XYZ 30.94 18.96 44.15 -
YUV 121.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 186 77 178 0 0.59 0.04 0.27 304.4 0.44 0.52
Hex BA 4D B2 0 3B 4 1B 130 2C 34
Octal 272 115 262 0 73 4 33 460 54 64
Binary 10111010 1001101 10110010 0 111011 100 11011 100110000 101100 110100

Color Harmonies of #BA4DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DB2

Black with #BA4DB2

Text Example


Text Example

White with #BA4DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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