Html Css Color HEX #BA3CC4 Fuchsia

📋 copy color: '#BA3CC4'

red 186 ◦ green 60 ◦ blue 196

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

Shades of Fuchsia #BA3CC4

Tints of Fuchsia #BA3CC4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.57%

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

R = 42.08%
G = 13.57%
B = 44.34%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA3CC4 (or 0xBA3CC4) is known color: Fuchsia. HEX triplet: BA, 3C and C4. RGB value is (186,60,196). Sum of RGB (Red+Green+Blue) = 186+60+196=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA3CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CC4 is #45C33B. Grayscale: #707070. Windows color (decimal): -4571964 or 12860602. OLE color: 12860602.

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

Color convert

RGB 186 60 196 -
CMYK 0.05 0.69 0 0.23
HSL 295.59º 0.54% 0.5% -
HSV(B) 295.59º 0.69% 0.77% -
XYZ 31.83 17.66 53.95 -
YUV 113.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 186 60 196 0.05 0.69 0 0.23 295.59 0.54 0.5
Hex BA 3C C4 5 45 0 17 128 36 32
Octal 272 74 304 5 105 0 27 450 66 62
Binary 10111010 111100 11000100 101 1000101 0 10111 100101000 110110 110010

Color Harmonies of #BA3CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CC4

Black with #BA3CC4

Text Example


Text Example

White with #BA3CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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