Html Css Color HEX #BA41BC Fuchsia

📋 copy color: '#BA41BC'

red 186 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #BA41BC

Tints of Fuchsia #BA41BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.81%

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 42.37%
G = 14.81%
B = 42.82%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA41BC (or 0xBA41BC) is known color: Fuchsia. HEX triplet: BA, 41 and BC. RGB value is (186,65,188). Sum of RGB (Red+Green+Blue) = 186+65+188=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41BC is #45BE43. Grayscale: #727272. Windows color (decimal): -4570692 or 12337594. OLE color: 12337594.

HSL color Cylindrical-coordinate representation of color #BA41BC: hue angle of 299.02º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA41BC is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 65 188 -
CMYK 0.01 0.65 0 0.26
HSL 299.02º 0.49% 0.5% -
HSV(B) 299.02º 0.65% 0.74% -
XYZ 31.22 17.85 49.38 -
YUV 115.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 186 65 188 0.01 0.65 0 0.26 299.02 0.49 0.5
Hex BA 41 BC 1 41 0 1A 12B 31 32
Octal 272 101 274 1 101 0 32 453 61 62
Binary 10111010 1000001 10111100 1 1000001 0 11010 100101011 110001 110010

Color Harmonies of #BA41BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41BC

Black with #BA41BC

Text Example


Text Example

White with #BA41BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41BC; }

 p { color: rgb(186,65,188); }

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

background-color css

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

 a { background-color: rgb(186,65,188); }

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

border-color css

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

 span { border-color: rgb(186,65,188); }

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