Html Css Color HEX #BA4DB1 Fuchsia

📋 copy color: '#BA4DB1'

red 186 ◦ green 77 ◦ blue 177

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

Shades of Fuchsia #BA4DB1

Tints of Fuchsia #BA4DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.23%

R = 42.27%
G = 17.5%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA4DB1 (or 0xBA4DB1) is known color: Fuchsia. HEX triplet: BA, 4D and B1. RGB value is (186,77,177). Sum of RGB (Red+Green+Blue) = 186+77+177=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4DB1 is #45B24E. Grayscale: #787878. Windows color (decimal): -4567631 or 11619770. OLE color: 11619770.

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

Color convert

RGB 186 77 177 -
CMYK 0 0.59 0.05 0.27
HSL 304.95º 0.44% 0.52% -
HSV(B) 304.95º 0.59% 0.73% -
XYZ 30.84 18.92 43.62 -
YUV 120.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 186 77 177 0 0.59 0.05 0.27 304.95 0.44 0.52
Hex BA 4D B1 0 3B 5 1B 131 2C 34
Octal 272 115 261 0 73 5 33 461 54 64
Binary 10111010 1001101 10110001 0 111011 101 11011 100110001 101100 110100

Color Harmonies of #BA4DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DB1

Black with #BA4DB1

Text Example


Text Example

White with #BA4DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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