Html Css Color HEX #BA3BC1 Fuchsia

📋 copy color: '#BA3BC1'

red 186 ◦ green 59 ◦ blue 193

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

Shades of Fuchsia #BA3BC1

Tints of Fuchsia #BA3BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.47%

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 42.47%
G = 13.47%
B = 44.06%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA3BC1 (or 0xBA3BC1) is known color: Fuchsia. HEX triplet: BA, 3B and C1. RGB value is (186,59,193). Sum of RGB (Red+Green+Blue) = 186+59+193=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA3BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BC1 is #45C43E. Grayscale: #6F6F6F. Windows color (decimal): -4572223 or 12663738. OLE color: 12663738.

HSL color Cylindrical-coordinate representation of color #BA3BC1: hue angle of 296.87º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3BC1 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 59 193 -
CMYK 0.04 0.69 0 0.24
HSL 296.87º 0.53% 0.49% -
HSV(B) 296.87º 0.69% 0.76% -
XYZ 31.44 17.42 52.16 -
YUV 112.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 186 59 193 0.04 0.69 0 0.24 296.87 0.53 0.49
Hex BA 3B C1 4 45 0 18 129 35 31
Octal 272 73 301 4 105 0 30 451 65 61
Binary 10111010 111011 11000001 100 1000101 0 11000 100101001 110101 110001

Color Harmonies of #BA3BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BC1

Black with #BA3BC1

Text Example


Text Example

White with #BA3BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BC1; }

 p { color: rgb(186,59,193); }

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

background-color css

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

 a { background-color: rgb(186,59,193); }

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

border-color css

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

 span { border-color: rgb(186,59,193); }

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