Html Css Color HEX #BA61C3 Fuchsia

📋 copy color: '#BA61C3'

red 186 ◦ green 97 ◦ blue 195

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

Shades of Fuchsia #BA61C3

Tints of Fuchsia #BA61C3

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.29%

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

R = 38.91%
G = 20.29%
B = 40.79%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA61C3 (or 0xBA61C3) is known color: Fuchsia. HEX triplet: BA, 61 and C3. RGB value is (186,97,195). Sum of RGB (Red+Green+Blue) = 186+97+195=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA61C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61C3 is #459E3C. Grayscale: #868686. Windows color (decimal): -4562493 or 12804538. OLE color: 12804538.

HSL color Cylindrical-coordinate representation of color #BA61C3: hue angle of 294.49º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA61C3 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 97 195 -
CMYK 0.05 0.50 0 0.24
HSL 294.49º 0.45% 0.57% -
HSV(B) 294.49º 0.5% 0.76% -
XYZ 34.37 22.93 54.24 -
YUV 134.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 186 97 195 0.05 0.50 0 0.24 294.49 0.45 0.57
Hex BA 61 C3 5 32 0 18 126 2D 39
Octal 272 141 303 5 62 0 30 446 55 71
Binary 10111010 1100001 11000011 101 110010 0 11000 100100110 101101 111001

Color Harmonies of #BA61C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61C3

Black with #BA61C3

Text Example


Text Example

White with #BA61C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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