Html Css Color HEX #BA34C4 Fuchsia

📋 copy color: '#BA34C4'

red 186 ◦ green 52 ◦ blue 196

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

Shades of Fuchsia #BA34C4

Tints of Fuchsia #BA34C4

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.98%

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

R = 42.86%
G = 11.98%
B = 45.16%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA34C4 (or 0xBA34C4) is known color: Fuchsia. HEX triplet: BA, 34 and C4. RGB value is (186,52,196). Sum of RGB (Red+Green+Blue) = 186+52+196=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA34C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34C4 is #45CB3B. Grayscale: #6C6C6C. Windows color (decimal): -4574012 or 12858554. OLE color: 12858554.

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

Color convert

RGB 186 52 196 -
CMYK 0.05 0.73 0 0.23
HSL 295.83º 0.58% 0.49% -
HSV(B) 295.83º 0.73% 0.77% -
XYZ 31.44 16.88 53.83 -
YUV 108.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 186 52 196 0.05 0.73 0 0.23 295.83 0.58 0.49
Hex BA 34 C4 5 49 0 17 128 3A 31
Octal 272 64 304 5 111 0 27 450 72 61
Binary 10111010 110100 11000100 101 1001001 0 10111 100101000 111010 110001

Color Harmonies of #BA34C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34C4

Black with #BA34C4

Text Example


Text Example

White with #BA34C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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