Html Css Color HEX #BA61C6 Fuchsia

📋 copy color: '#BA61C6'

red 186 ◦ green 97 ◦ blue 198

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

Shades of Fuchsia #BA61C6

Tints of Fuchsia #BA61C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.16%

R = 38.67%
G = 20.17%
B = 41.16%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA61C6 (or 0xBA61C6) is known color: Fuchsia. HEX triplet: BA, 61 and C6. RGB value is (186,97,198). Sum of RGB (Red+Green+Blue) = 186+97+198=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA61C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61C6 is #459E39. Grayscale: #868686. Windows color (decimal): -4562490 or 13001146. OLE color: 13001146.

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

Color convert

RGB 186 97 198 -
CMYK 0.06 0.51 0 0.22
HSL 292.87º 0.47% 0.58% -
HSV(B) 292.87º 0.51% 0.78% -
XYZ 34.72 23.07 56.05 -
YUV 135.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 186 97 198 0.06 0.51 0 0.22 292.87 0.47 0.58
Hex BA 61 C6 6 33 0 16 125 2F 3A
Octal 272 141 306 6 63 0 26 445 57 72
Binary 10111010 1100001 11000110 110 110011 0 10110 100100101 101111 111010

Color Harmonies of #BA61C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61C6

Black with #BA61C6

Text Example


Text Example

White with #BA61C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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