Html Css Color HEX #BA34C3 Fuchsia

📋 copy color: '#BA34C3'

red 186 ◦ green 52 ◦ blue 195

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

Shades of Fuchsia #BA34C3

Tints of Fuchsia #BA34C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.03%

R = 42.96%
G = 12.01%
B = 45.03%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA34C3 (or 0xBA34C3) is known color: Fuchsia. HEX triplet: BA, 34 and C3. RGB value is (186,52,195). Sum of RGB (Red+Green+Blue) = 186+52+195=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA34C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34C3 is #45CB3C. Grayscale: #6B6B6B. Windows color (decimal): -4574013 or 12793018. OLE color: 12793018.

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

Color convert

RGB 186 52 195 -
CMYK 0.05 0.73 0 0.24
HSL 296.22º 0.58% 0.48% -
HSV(B) 296.22º 0.73% 0.76% -
XYZ 31.33 16.84 53.23 -
YUV 108.37 176.89 183.37 -
System Red Green Blue C M Y K H S L
Decimal 186 52 195 0.05 0.73 0 0.24 296.22 0.58 0.48
Hex BA 34 C3 5 49 0 18 128 3A 30
Octal 272 64 303 5 111 0 30 450 72 60
Binary 10111010 110100 11000011 101 1001001 0 11000 100101000 111010 110000

Color Harmonies of #BA34C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34C3

Black with #BA34C3

Text Example


Text Example

White with #BA34C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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