Html Css Color HEX #BA4DB0 Fuchsia

📋 copy color: '#BA4DB0'

red 186 ◦ green 77 ◦ blue 176

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

Shades of Fuchsia #BA4DB0

Tints of Fuchsia #BA4DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 42.37%
G = 17.54%
B = 40.09%

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

#BA4DB0 (or 0xBA4DB0) is known color: Fuchsia. HEX triplet: BA, 4D and B0. RGB value is (186,77,176). Sum of RGB (Red+Green+Blue) = 186+77+176=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4DB0 is #45B24F. Grayscale: #787878. Windows color (decimal): -4567632 or 11554234. OLE color: 11554234.

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

Color convert

RGB 186 77 176 -
CMYK 0 0.59 0.05 0.27
HSL 305.5º 0.44% 0.52% -
HSV(B) 305.5º 0.59% 0.73% -
XYZ 30.74 18.88 43.1 -
YUV 120.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 186 77 176 0 0.59 0.05 0.27 305.5 0.44 0.52
Hex BA 4D B0 0 3B 5 1B 132 2C 34
Octal 272 115 260 0 73 5 33 462 54 64
Binary 10111010 1001101 10110000 0 111011 101 11011 100110010 101100 110100

Color Harmonies of #BA4DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DB0

Black with #BA4DB0

Text Example


Text Example

White with #BA4DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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