Html Css Color HEX #BA64C1 Fuchsia

📋 copy color: '#BA64C1'

red 186 ◦ green 100 ◦ blue 193

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

Shades of Fuchsia #BA64C1

Tints of Fuchsia #BA64C1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.88%

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

R = 38.83%
G = 20.88%
B = 40.29%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA64C1 (or 0xBA64C1) is known color: Fuchsia. HEX triplet: BA, 64 and C1. RGB value is (186,100,193). Sum of RGB (Red+Green+Blue) = 186+100+193=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA64C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64C1 is #459B3E. Grayscale: #888888. Windows color (decimal): -4561727 or 12674234. OLE color: 12674234.

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

Color convert

RGB 186 100 193 -
CMYK 0.04 0.48 0 0.24
HSL 295.48º 0.43% 0.57% -
HSV(B) 295.48º 0.48% 0.76% -
XYZ 34.43 23.4 53.15 -
YUV 136.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 186 100 193 0.04 0.48 0 0.24 295.48 0.43 0.57
Hex BA 64 C1 4 30 0 18 127 2B 39
Octal 272 144 301 4 60 0 30 447 53 71
Binary 10111010 1100100 11000001 100 110000 0 11000 100100111 101011 111001

Color Harmonies of #BA64C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64C1

Black with #BA64C1

Text Example


Text Example

White with #BA64C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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