Html Css Color HEX #BA61C0 Fuchsia

📋 copy color: '#BA61C0'

red 186 ◦ green 97 ◦ blue 192

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

Shades of Fuchsia #BA61C0

Tints of Fuchsia #BA61C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.42%

R = 39.16%
G = 20.42%
B = 40.42%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA61C0 (or 0xBA61C0) is known color: Fuchsia. HEX triplet: BA, 61 and C0. RGB value is (186,97,192). Sum of RGB (Red+Green+Blue) = 186+97+192=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA61C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61C0 is #459E3F. Grayscale: #868686. Windows color (decimal): -4562496 or 12607930. OLE color: 12607930.

HSL color Cylindrical-coordinate representation of color #BA61C0: hue angle of 296.21º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA61C0 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 97 192 -
CMYK 0.03 0.49 0 0.25
HSL 296.21º 0.43% 0.57% -
HSV(B) 296.21º 0.49% 0.75% -
XYZ 34.04 22.79 52.47 -
YUV 134.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 186 97 192 0.03 0.49 0 0.25 296.21 0.43 0.57
Hex BA 61 C0 3 31 0 19 128 2B 39
Octal 272 141 300 3 61 0 31 450 53 71
Binary 10111010 1100001 11000000 11 110001 0 11001 100101000 101011 111001

Color Harmonies of #BA61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61C0

Black with #BA61C0

Text Example


Text Example

White with #BA61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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