Html Css Color HEX #BA4BC4 Fuchsia

📋 copy color: '#BA4BC4'

red 186 ◦ green 75 ◦ blue 196

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

Shades of Fuchsia #BA4BC4

Tints of Fuchsia #BA4BC4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.41%

 BLUE value IS 196 (76.95% from 255) = 42.89%

R = 40.7%
G = 16.41%
B = 42.89%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA4BC4 (or 0xBA4BC4) is known color: Fuchsia. HEX triplet: BA, 4B and C4. RGB value is (186,75,196). Sum of RGB (Red+Green+Blue) = 186+75+196=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA4BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BC4 is #45B43B. Grayscale: #797979. Windows color (decimal): -4568124 or 12864442. OLE color: 12864442.

HSL color Cylindrical-coordinate representation of color #BA4BC4: hue angle of 295.04º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4BC4 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 75 196 -
CMYK 0.05 0.62 0 0.23
HSL 295.04º 0.51% 0.53% -
HSV(B) 295.04º 0.62% 0.77% -
XYZ 32.73 19.46 54.26 -
YUV 121.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 186 75 196 0.05 0.62 0 0.23 295.04 0.51 0.53
Hex BA 4B C4 5 3E 0 17 127 33 35
Octal 272 113 304 5 76 0 27 447 63 65
Binary 10111010 1001011 11000100 101 111110 0 10111 100100111 110011 110101

Color Harmonies of #BA4BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BC4

Black with #BA4BC4

Text Example


Text Example

White with #BA4BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BC4; }

 p { color: rgb(186,75,196); }

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

background-color css

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

 a { background-color: rgb(186,75,196); }

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

border-color css

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

 span { border-color: rgb(186,75,196); }

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