Html Css Color HEX #BA34C6 Fuchsia

📋 copy color: '#BA34C6'

red 186 ◦ green 52 ◦ blue 198

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

Shades of Fuchsia #BA34C6

Tints of Fuchsia #BA34C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.41%

R = 42.66%
G = 11.93%
B = 45.41%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA34C6 (or 0xBA34C6) is known color: Fuchsia. HEX triplet: BA, 34 and C6. RGB value is (186,52,198). Sum of RGB (Red+Green+Blue) = 186+52+198=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA34C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34C6 is #45CB39. Grayscale: #6C6C6C. Windows color (decimal): -4574010 or 12989626. OLE color: 12989626.

HSL color Cylindrical-coordinate representation of color #BA34C6: hue angle of 295.07º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA34C6 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 52 198 -
CMYK 0.06 0.74 0 0.22
HSL 295.07º 0.58% 0.49% -
HSV(B) 295.07º 0.74% 0.78% -
XYZ 31.67 16.97 55.03 -
YUV 108.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 186 52 198 0.06 0.74 0 0.22 295.07 0.58 0.49
Hex BA 34 C6 6 4A 0 16 127 3A 31
Octal 272 64 306 6 112 0 26 447 72 61
Binary 10111010 110100 11000110 110 1001010 0 10110 100100111 111010 110001

Color Harmonies of #BA34C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34C6

Black with #BA34C6

Text Example


Text Example

White with #BA34C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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