Html Css Color HEX #BA61C5 Fuchsia

📋 copy color: '#BA61C5'

red 186 ◦ green 97 ◦ blue 197

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

Shades of Fuchsia #BA61C5

Tints of Fuchsia #BA61C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.04%

R = 38.75%
G = 20.21%
B = 41.04%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA61C5 (or 0xBA61C5) is known color: Fuchsia. HEX triplet: BA, 61 and C5. RGB value is (186,97,197). Sum of RGB (Red+Green+Blue) = 186+97+197=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA61C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61C5 is #459E3A. Grayscale: #868686. Windows color (decimal): -4562491 or 12935610. OLE color: 12935610.

HSL color Cylindrical-coordinate representation of color #BA61C5: hue angle of 293.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA61C5 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 97 197 -
CMYK 0.06 0.51 0 0.23
HSL 293.4º 0.46% 0.58% -
HSV(B) 293.4º 0.51% 0.77% -
XYZ 34.6 23.02 55.44 -
YUV 135.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 186 97 197 0.06 0.51 0 0.23 293.4 0.46 0.58
Hex BA 61 C5 6 33 0 17 125 2E 3A
Octal 272 141 305 6 63 0 27 445 56 72
Binary 10111010 1100001 11000101 110 110011 0 10111 100100101 101110 111010

Color Harmonies of #BA61C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61C5

Black with #BA61C5

Text Example


Text Example

White with #BA61C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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